Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate instruction in setting-up-cosmovisor docs #87

Open
gokul656 opened this issue Apr 10, 2024 · 1 comment
Open

duplicate instruction in setting-up-cosmovisor docs #87

gokul656 opened this issue Apr 10, 2024 · 1 comment

Comments

@gokul656
Copy link

First, find the location of the binary you want to use:

which junod

Then use the path returned to copy it to the directory Cosmovisor expects. Let's assume the previous command returned /home/your-user/go/bin/junod:

cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/genesis/bin
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/genesis/bin

The above data is obtained from docs/validators/setting-up-cosmovisor.md there we can see the cp junod instruction is duplicated.

@gokul656
Copy link
Author

Can I go-ahead and create a PR for fixing this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant