Skip to content

Commit 2708508

Browse files
docs: added --locked flag for v0.3.x installation (#274)
This fixes issues with `cargo_toml`.
1 parent 2fb434b commit 2708508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.3.4/en-US/tutorials/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Also notice that we define this `PerseusApp` in a function called `main`, but yo
5151

5252
</details>
5353

54-
Now install the Perseus CLI with `cargo install perseus-cli` (you'll need `wasm-pack` to let Perseus build your app, use `cargo install wasm-pack` to install it) to make your life way easier, and deploy your app to <http://localhost:8080> by running `perseus serve` inside the root of your project! This will take a while the first time, because it's got to fetch all your dependencies and build your app.
54+
Now install the Perseus CLI with `cargo install perseus-cli --locked` (you'll need `wasm-pack` to let Perseus build your app, use `cargo install wasm-pack` to install it) to make your life way easier, and deploy your app to <http://localhost:8080> by running `perseus serve` inside the root of your project! This will take a while the first time, because it's got to fetch all your dependencies and build your app.
5555

5656
<details>
5757
<summary>Why do I need a CLI?</summary>

0 commit comments

Comments
 (0)