recommend installing webdog with locked dependencies

This commit is contained in:
zyl 2025-03-23 21:40:27 -07:00
parent 00fbc306e7
commit e555f437c7
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
webdog, the static site generator fit for a dog :3
```sh
cargo install webdog
cargo install webdog --locked
```
after installing, you can create your first site:

View file

@ -5,7 +5,7 @@ welcome to webdog, the static site generator fit for a dog :3
if you have [rust](https://rust-lang.org) installed, all you need to do to install webdog is run the following command:
```sh
cargo install webdog
cargo install webdog --locked
```
then you can make your first webdog site!