Enhanced instructions for running veilid-cli [ci skip]

This commit is contained in:
TC 2024-08-02 23:29:12 +00:00
parent a1dcd28e36
commit 02079bf018

View File

@ -78,9 +78,14 @@ Go to [Start headless node](#start-headless-node)
Invoke the Veilid CLI utility. Invoke the Veilid CLI utility.
Either add your user to the _veilid_ group and invoke the command
```shell ```shell
veilid-cli veilid-cli
``` ```
Or use _sudo_ to invoke as the _veilid_ user
```shell
sudo -u veilid veilid-cli
```
### RPM-based ### RPM-based
@ -116,9 +121,14 @@ Go to [Start headless node](#start-headless-node)
Invoke the Veilid CLI utility. Invoke the Veilid CLI utility.
Either add your user to the _veilid_ group and invoke the command
```shell ```shell
veilid-cli veilid-cli
``` ```
Or use _sudo_ to invoke as the _veilid_ user
```shell
sudo -u veilid veilid-cli
```
### macOS ### macOS