File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/documentation/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,14 +204,14 @@ From a terminal, you can now run the following commands:
204
204
``` sh
205
205
$ git clone https://github.com/getzola/zola.git
206
206
$ cd zola
207
- $ cargo install --path .
207
+ $ cargo install --path . --locked
208
208
$ zola --version
209
209
```
210
210
211
211
If you encountered compilation errors like ` error: failed to run custom build command for 'ring v0.16.20' ` , you can try the command below instead:
212
212
213
213
``` sh
214
- $ cargo build --release --no-default-features --features=native-tls
214
+ $ cargo build --release --locked -- no-default-features --features=native-tls
215
215
```
216
216
217
217
The binary will be available in the ` target/release ` directory. You can move it in your ` $PATH ` to have the
You can’t perform that action at this time.
0 commit comments