1
0
Fork 0
forked from wry/wry

Update setup.md

Fixed incorrect cargo command
This commit is contained in:
thepragmaticmero 2024-10-30 18:36:29 -05:00 committed by GitHub
parent 388a4d1c94
commit a458fe1bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: