Skip to content

Commit df9a8a0

Browse files
committed
chore: update readme with crates.io install
1 parent 6a58913 commit df9a8a0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ See the [design documentation](./docs/design.md) for more details on some of the
66

77
## Installation
88

9-
Since `embd` is still under heavy development while I work towards a first release, only local installs are currently supported. The easiest way to do this is with [just](https://github.com/casey/just) or `cargo` with one of the following commands:
9+
Install the latest published release from [crates.io](https://crates.io/crates/embd):
10+
11+
```bash
12+
cargo install embd
13+
```
14+
15+
To build and install from a local checkout instead, use [just](https://github.com/casey/just) or `cargo`:
1016

1117
```bash
1218
# with just

0 commit comments

Comments
 (0)