Skip to content

Commit

Permalink
fix: binary name in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed May 16, 2024
1 parent f0a0508 commit 162f25a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ You can either build from source with:
cargo build --release
```

Once the binary is built, you can find it on `./target/release/miden-client`.
Once the binary is built, you can find it on `./target/release/miden`.

Or you can install the CLI from crates-io with:

```bash
cargo install miden-client
```

Note that binary name for the client is just `miden`.

### Makefile

As mentioned before, we use [cargo-make](https://github.com/sagiegurari/cargo-make) to encapsulate some tasks, such as running lints and tests. You can check out [Makefile.toml](./Makefile.toml) for all available tasks.
Expand Down

0 comments on commit 162f25a

Please sign in to comment.