Skip to content

Commit

Permalink
Switching commands in readme to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner committed Sep 9, 2024
1 parent faa77e7 commit 7dc7438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Next, copy the value you see under "Environment ID" and assign it to `NEXT_PUBLI
Finally, run the following to generate random private seeds that your agents will use to self-authenticate onto the network and write data:

```bash
npm run generate
yarn generate
```

You should see the seed strings appear in your console. Copy each string and assign it to the remaining missing variables. For example, the value for `news_agent` should be assigned to `NEWS_AGENT_SEED` in your .env file, and so on.
Expand All @@ -61,7 +61,7 @@ python3 server.py
7. Finally, in a new terminal, run the NextJS app:

```
npm run dev
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down

0 comments on commit 7dc7438

Please sign in to comment.