From 9ff8273f2d3bbdc8d28855b80043007c3c2ffbd9 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:28:47 -0500 Subject: [PATCH] --locked is required now, otherwise our deps can break our build (#242) Co-authored-by: Boppy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0570a235..26c3bdc8c9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ curl https://sh.rustup.rs -sSf | sh git clone https://github.com/clockworklabs/SpacetimeDB # Build and install the CLI cd SpacetimeDB -cargo install --path ./crates/cli +cargo install --path ./crates/cli --locked ``` Windows may require some extra dependencies be installed, including openssl and a specific version of perl. A guide for this will be available soon.