Skip to content

Commit

Permalink
docs: append double slash to unionvisor alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 17, 2024
1 parent a9a0df3 commit 77f83a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/content/docs/docs/joining-testnet/unionvisor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To run `uniond` sub-commands, it will be useful to alias the Docker command in y
For example, in `zsh`, you can add the following alias to your `.zshrc`:

```sh
alias uniond='docker run -v ~/.unionvisor:/.unionvisor -v /tmp:/tmp --network host -it ghcr.io/unionlabs/bundle-testnet-5:$UNIONVISOR_VERSION --log-level off call'
alias uniond='docker run -v ~/.unionvisor:/.unionvisor -v /tmp:/tmp --network host -it ghcr.io/unionlabs/bundle-testnet-5:$UNIONVISOR_VERSION --log-level off call --'
```

_Where `UNIONVISOR_VERSION` is <Version chainId="union-testnet-5" genesis="false"/>_
Expand Down

0 comments on commit 77f83a5

Please sign in to comment.