From a680d5b9e274e5be87afb2c992e29ecd81d32786 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Sun, 12 May 2024 23:20:51 +0200 Subject: [PATCH] docs: fix cargo install command (#65) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 2877afa8..4c7b1a9f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -223,7 +223,7 @@ cargo install --locked yazi-fm yazi-cli Or install the latest git version: ```sh -cargo install --locked --git https://github.com/sxyazi/yazi.git +cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli ``` If it fails to build, please check if `make` and `gcc` is installed on your system.