installation.md: recommend building not as root

This commit is contained in:
Evan Goode 2025-02-27 20:27:16 -05:00
parent 0460a72121
commit a01ce6b032

View File

@ -150,7 +150,12 @@ This is a more declarative version of the Docker setup from above.
cd drasl
```
3. `sudo make install`
3. Build and install:
```
make
sudo make install
```
4. Create `/etc/drasl/config.toml` and fill it out according to one of the examples in [doc/recipes.md](recipes.md).