Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
Fixed incorrect cargo command
  • Loading branch information
thepragmaticmero authored Oct 30, 2024
1 parent 388a4d1 commit a458fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This will install Jay under `$HOME/.cargo/bin/jay`.
If you want to use the latest version from git, run

```
cargo install --locked --git https://github.com/mahkoh/jay.git jay
cargo install --locked --git https://github.com/mahkoh/jay.git jay-compositor
```

If you only want to build Jay without installing it, run the following command from within this repository:
Expand Down

0 comments on commit a458fe1

Please sign in to comment.