From ae866b46098d29ac49a587684d3b2bd6cb2bdc0c Mon Sep 17 00:00:00 2001 From: chris west Date: Sun, 27 Nov 2022 18:18:26 -0800 Subject: [PATCH] update cargo install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d225267..70f8b24 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Just unzip/untar the `phd` program into your `$PATH` and get going! If you have **[cargo][rustup]**, you can install the crate directly: - cargo install phd + cargo install phd --locked ## ~ development ~