mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
Compare commits
No commits in common. "main" and "v0.1.1" have entirely different histories.
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
webdog, the static site generator fit for a dog :3
|
webdog, the static site generator fit for a dog :3
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install webdog --locked
|
cargo install webdog
|
||||||
```
|
```
|
||||||
|
|
||||||
after installing, you can create your first site:
|
after installing, you can create your first site:
|
||||||
|
|
|
@ -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:
|
if you have [rust](https://rust-lang.org) installed, all you need to do to install webdog is run the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install webdog --locked
|
cargo install webdog
|
||||||
```
|
```
|
||||||
|
|
||||||
then you can make your first webdog site!
|
then you can make your first webdog site!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue