diff --git a/README.md b/README.md index e83f957..d083a2d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ webdog, the static site generator fit for a dog :3 ```sh -cargo install webdog --locked +cargo install webdog ``` after installing, you can create your first site: diff --git a/site/pages/index.md b/site/pages/index.md index 8f70fbc..0c4de07 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -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 --locked +cargo install webdog ``` then you can make your first webdog site!