Skip to content

Commit

Permalink
fix: In demo/boards/README, fix the build directory and make command.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <jeff@thefirst.org>
  • Loading branch information
jefft0 committed Aug 7, 2023
1 parent 5d3be42 commit c300b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/boards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ with `--remote localhost:26657` for local testnets.

```bash
git clone git@github.com:gnolang/gno.git
cd ./gno
make
cd ./gno/gno.land
make build
```

### Generate a seed/mnemonic code.
Expand Down

0 comments on commit c300b43

Please sign in to comment.