Skip to content

Commit

Permalink
Add Note About Version Specifier (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Oct 7, 2024
1 parent 82e36c4 commit 192895a
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 @@ -13,12 +13,16 @@ Ensure you have the Rust toolchain installed. If you do not, see

```sh
# Install
cargo install mina_mesh
cargo install mina_mesh@0.1.0-beta.1

# Confirm installation
mina-mesh --help
```

> Note: the version specifier is necessary when installing from the `beta` release channel. The
> latest version can be found on
> [`mina_mesh`'s crates.io page](https://crates.io/crates/mina_mesh/versions).
## Environment

The server depends on several environment variables.
Expand Down

0 comments on commit 192895a

Please sign in to comment.