Skip to content

Commit

Permalink
--locked is required now, otherwise our deps can break our build (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Boppy <no-reply@boppygames.gg>
  • Loading branch information
jdetter and Boppy authored Aug 25, 2023
1 parent c0a3509 commit 9ff8273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ff8273

Please sign in to comment.