From 09ea27f02a6b0f1f9477cd83f04e292941db5365 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Wed, 14 Jun 2023 12:57:46 +0200 Subject: [PATCH] fix: add --locked to install instructions (#97) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7162ad219..beb0743c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -87,7 +87,7 @@ tested with cargo. To start using `pixi` from a source build run: ```shell -cargo install --git https://github.com/prefix-dev/pixi.git +cargo install --locked --git https://github.com/prefix-dev/pixi.git ``` or when you want to make changes use: