install
This commit is contained in:
parent
34ef8bedff
commit
ccd8af6ac8
1 changed files with 11 additions and 1 deletions
12
INSTALL.md
12
INSTALL.md
|
|
@ -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
|
## Resources
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue