Skip to content

Commit

Permalink
Fix Bin Name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Oct 7, 2024
1 parent a821602 commit c0fb9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ Ensure you have the Rust toolchain installed. If you do not, see
[installation instructions here](https://www.rust-lang.org/tools/install).

```sh
# Install the mina-mesh executable
cargo install mina-mesh
# Install
cargo install mina_mesh

# Confirm the installation was successful
# Confirm installation
mina-mesh --help
```

> Note: Mina Mesh is not yet published to crates.io. The first publish will soon be underway.
## Environment

The server depends on several environment variables.
Expand Down
File renamed without changes.

0 comments on commit c0fb9e1

Please sign in to comment.