Skip to content

Commit

Permalink
fix: more docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Jan 22, 2024
1 parent 458169d commit 8c0d778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/node/docker-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ghcr.io/webb-tools/tangle/tangle:main \
To ensure you have successfully generated the keys correctly run:

```sh filename="ls" copy
ls ~/webb/tangle/chains/*/keystore
ls ~/data/validator/<USERNAME>/chains/tangle-testnet/keystore/
# You should see a some file(s) there, these are the keys.
```

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/node/systemd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
To ensure you have successfully generated the keys correctly run:
```sh filename="ls" copy
ls ~/data/validator/<USERNAME>/keystore
ls ~/data/validator/<USERNAME>/chains/tangle-testnet/keystore/
# You should see a some file(s) there, these are the keys.
```
Expand Down

0 comments on commit 8c0d778

Please sign in to comment.