Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 29, 2024
1 parent 9064d34 commit e58f184
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
```
```

0 comments on commit e58f184

Please sign in to comment.