From a01ce6b0324530ccb3129bff8c45f2370ebaf0c3 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 27 Feb 2025 20:27:16 -0500 Subject: [PATCH] installation.md: recommend building not as root --- doc/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index c3a1e08..eb36200 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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).