Skip to content

Commit

Permalink
doc: Document installing from Github using Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Aug 4, 2023
1 parent 6186326 commit 282ac3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ the instructions on the [Rust installation page][install-rust].

[install-rust]: https://www.rust-lang.org/tools/install

### From the latest unreleased version on Github

To build and install the very latest unreleased version, run:

```sh
cargo install --git https://github.com/GaloisInc/yapall.git yapall
```

### From a local checkout

See the [developer's guide](dev.md).
Expand Down

0 comments on commit 282ac3e

Please sign in to comment.