mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-08 14:45:23 -04:00
installation.md: recommend building not as root
This commit is contained in:
parent
0460a72121
commit
a01ce6b032
@ -150,7 +150,12 @@ This is a more declarative version of the Docker setup from above.
|
|||||||
cd drasl
|
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).
|
4. Create `/etc/drasl/config.toml` and fill it out according to one of the examples in [doc/recipes.md](recipes.md).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user