mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-30 10:18:41 -04:00
Enhanced instructions for running veilid-cli [ci skip]
This commit is contained in:
parent
a1dcd28e36
commit
02079bf018
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue