Skip to content

Commit

Permalink
fix: update hyperchain config readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Nov 15, 2023
1 parent 7dcec56 commit b767c48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hyperchains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ There are a few different ways to configure the application:
<details>
<summary>If you're using ZK Stack, just link your zksync-era repo directory to configure Portal.</summary>

1. Make sure to install the dependencies:
1. If you haven't already setup your hyperchain yet, follow the [instructions](https://zkstack.io/quickstart)
2. Make sure to install the dependencies:
```bash
npm install
```
2. πŸ”„ Pull your hyperchain config files by running:
3. πŸ”„ Pull your hyperchain config files by running:
```bash
npm run hyperchain:configure <path_to_your_zksync-era_repo>
npm run hyperchain:configure
```
This will regenerate `/hyperchains/config.json` file. You can edit this file manually if needed.
3. πŸš€ Now you can start or build the application. See [Development](#development-server) or [Production](#production) section below for more details.
4. πŸš€ Now you can start or build the application. See [Development](#development-server) or [Production](#production) section below for more details.
</details>

### πŸ–ŠοΈ Configure automatically with form
Expand Down

0 comments on commit b767c48

Please sign in to comment.