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 +``` +``` + +```