1
0
Fork 0
forked from wry/wry

Merge pull request #314 from thepragmaticmero/patch-1

Fixed cargo command from documentation
This commit is contained in:
mahkoh 2024-10-31 07:15:11 +01:00 committed by GitHub
commit de75f1e570
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: