From ccd8af6ac825bccb06e47ca85c2803700e8110eb Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 6 Jun 2026 22:09:19 +0100 Subject: [PATCH] install --- INSTALL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 02e17e83..ebf30a1b 100644 --- a/INSTALL.md +++ b/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