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.