Skip to content

Commit feb0ba9

Browse files
authored
fix: cargo install instructions (#2)
1 parent 09ad435 commit feb0ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/02-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Due to the fact that we have no stable release yet, you must install the project
1111
through `cargo`:
1212

1313
```sh
14-
cargo install lux --locked
14+
cargo install lux-cli --locked
1515
```
1616

1717
:::important For new cargo users

0 commit comments

Comments
 (0)