From 855d29d9c4991f337a587b1e579cb5d10066b42e Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 15 Jan 2025 01:50:04 -0800 Subject: [PATCH] update install command on site --- site/pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/index.md b/site/pages/index.md index 78e9937..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 --git https://github.com/zyllian/webdog +cargo install webdog ``` then you can make your first webdog site!