mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -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.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue