Merge remote-tracking branch 'upstream/master' into next

This commit is contained in:
Evan Goode 2025-03-29 19:23:08 -04:00
commit 8fa4656735
2 changed files with 8 additions and 4 deletions

View File

@ -95,9 +95,8 @@ Otherwise, install build dependencies. Go 1.23 or later is required:
```
sudo apt install make golang gcc nodejs npm # Debian
sudo dnf install make go gcc nodejs npm # Fedora
sudo dnf install make golang gcc nodejs npm # Fedora
sudo pacman -S make go gcc nodejs npm # Arch Linux
go install github.com/swaggo/swag/cmd/swag@latest
```
Then build the program with:

View File

@ -142,7 +142,7 @@ This is a more declarative version of the Docker setup from above.
```
sudo apt install make golang gcc nodejs npm # Debian
sudo dnf install make go gcc nodejs npm # Fedora
sudo dnf install make golang gcc nodejs npm # Fedora
sudo pacman -S make go gcc nodejs npm # Arch Linux
```
@ -154,7 +154,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).