Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Jul 9, 2024
1 parent 638fdbd commit be17386
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ makedot ./hack/ci/Makefile | dot -T svg -o ./graph.svg

![graph of dependencies](resources/graph.svg)

## Downloading binary
Binaries are attached to [releases](https://github.com/VOID404/makedot/releases/latest).
Direct downloads for various targets can be found under: `https://github.com/VOID404/makedot/releases/latest/download/makedot-x86_64-unknown-linux-gnu.tar.gz`

## Building from source
```sh
# optionally select tag with --branch v0.1.0
Expand All @@ -21,4 +25,4 @@ Alternatively you can build inside docker:
```sh
docker build --output=./target/release .
./target/release/makedot
```
```

0 comments on commit be17386

Please sign in to comment.