From a458fe1bf7db725cd5accd03b59574bc6a751ba7 Mon Sep 17 00:00:00 2001 From: thepragmaticmero Date: Wed, 30 Oct 2024 18:36:29 -0500 Subject: [PATCH] Update setup.md Fixed incorrect cargo command --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 58106b33..26ec6696 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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: