Make the sys-tuner oneliner actually copy-pastable (#17615)

* Make the sys-tuner oneliner actually copy-pastable

* Use `command -v`
This commit is contained in:
Ryo Onodera 2021-06-01 02:51:54 +09:00 committed by GitHub
parent 88a22d7b0f
commit 41975016b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ the latest recommended settings are applied.
To run it:
```bash
sudo solana-sys-tuner --user $(whoami) > sys-tuner.log 2>&1 &
sudo $(command -v solana-sys-tuner) --user $(whoami) > sys-tuner.log 2>&1 &
```
#### Manual