From e58f184c3e3ea58cad4b6059ea05ef70bf09aeef Mon Sep 17 00:00:00 2001 From: Xavier Mitault Date: Mon, 29 Jan 2024 15:15:37 +0100 Subject: [PATCH] Update readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index e59cb85..20e6433 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ # DependencyGraph + +## Install + +## Binary (precompiled) + +Go to the latest release and download the binary for your platform + +### Build (from source) + +- Linux/Macos + +```bash +./scripts/installDeps.sh +./deps/v-master/v run ./scripts/build.vsh +./dg --help +``` + +- Windows + +```powershell +.\scripts\installDeps.ps1 +.\deps\v-master\v run .\scripts\build.vsh +.\dg --help +``` + +## Usage + +```bash +dg --help +``` +``` + +```