docs: fix typo in installer.md

necesary -> necessary
This commit is contained in:
Ikko Ashimine 2022-06-08 01:42:42 +09:00 committed by Steven Luscher
parent 061dc5322a
commit c483141669
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $ solana-install deploy http://example.com/path/to/solana-release.tar.bz2 update
$ solana-install init --pubkey 92DMonmBYXwEMHJ99c9ceRSpAmk9v6i3RdvDdXaVcrfj # <-- pubkey is obtained from whoever is deploying the updates
$ export PATH=~/.local/share/solana-install/bin:$PATH
$ solana-keygen ... # <-- runs the latest solana-keygen
$ solana-install run solana-validator ... # <-- runs a validator, restarting it as necesary when an update is applied
$ solana-install run solana-validator ... # <-- runs a validator, restarting it as necessary when an update is applied
```
## On-chain Update Manifest