Skip to content

Commit

Permalink
Modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abernatskiy committed Oct 2, 2023
1 parent bf7abf5 commit dd49070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ A healthy response should look similar to

1. Open a terminal and run the following commands to create the squid and enter its folder:
```bash
sqd init my-awesome-squid -t https://github.com/subsquid-quests/single-chain-squid
sqd init my-single-proc-squid -t https://github.com/subsquid-quests/single-chain-squid
```
```bash
cd my-awesome-squid
cd my-single-proc-squid
```
You can replace `my-awesome-squid` with any name you choose for your squid. If a squid with that name already exists in [Aquarium](https://docs.subsquid.io/deploy-squid/), the first command will throw an error; if that happens simply think of another name and repeat the commands.
You can replace `my-single-proc-squid` with any name you choose for your squid. If a squid with that name already exists in [Aquarium](https://docs.subsquid.io/deploy-squid/), the first command will throw an error; if that happens simply think of another name and repeat the commands.

2. Press "Get Key" button in the quest card to obtain the `singleProc.key` key file. Save it to the `./query-gateway/keys` subfolder of the squid folder. The file will be used by the query gateway container.

Expand Down

0 comments on commit dd49070

Please sign in to comment.