You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,13 @@ See the [design documentation](./docs/design.md) for more details on some of the
6
6
7
7
## Installation
8
8
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`:
0 commit comments