mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Enhanced instructions for running veilid-cli [ci skip]
This commit is contained in:
parent
a1dcd28e36
commit
02079bf018
10
INSTALL.md
10
INSTALL.md
@ -78,9 +78,14 @@ Go to [Start headless node](#start-headless-node)
|
||||
|
||||
Invoke the Veilid CLI utility.
|
||||
|
||||
Either add your user to the _veilid_ group and invoke the command
|
||||
```shell
|
||||
veilid-cli
|
||||
```
|
||||
Or use _sudo_ to invoke as the _veilid_ user
|
||||
```shell
|
||||
sudo -u veilid veilid-cli
|
||||
```
|
||||
|
||||
### RPM-based
|
||||
|
||||
@ -116,9 +121,14 @@ Go to [Start headless node](#start-headless-node)
|
||||
|
||||
Invoke the Veilid CLI utility.
|
||||
|
||||
Either add your user to the _veilid_ group and invoke the command
|
||||
```shell
|
||||
veilid-cli
|
||||
```
|
||||
Or use _sudo_ to invoke as the _veilid_ user
|
||||
```shell
|
||||
sudo -u veilid veilid-cli
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user