This commit is contained in:
Paul Schneider 2026-06-06 22:09:19 +01:00
commit ccd8af6ac8

View file

@ -1,4 +1,14 @@
# configuring a new application
# Install
With internet access, Git, dotnet, and GNU/Makefile, simply follow these instructions:
```bash
git clone https://github.com/pschneider/yavsc.git
cd yavsc
dotnet restore
cd contrib
make install
```
## Resources