substrate-docs
substrate-docs copied to clipboard
Update Subkey installation tutorial
Is there an existing issue?
- [X] I have searched the existing issues
Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
What browsers are you seeing the problem on?
Chrome
Bug report for the website
The subkey installation page mentions cloning the repo!? https://docs.substrate.io/reference/command-line-tools/subkey/
Instead of three steps it should either be (will need to be updated after the monorepo):
cargo install --git https://github.com/paritytech/substrate.git subkey
or even better but not sure if we already release this properly:
cargo install subkey
Would also close https://github.com/substrate-developer-hub/substrate-docs/issues/2021
Steps to reproduce the problem
No response