diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md index e932d44..6fa8230 100644 --- a/docs/markdown/installation.md +++ b/docs/markdown/installation.md @@ -5,7 +5,7 @@ Linux & macOS. Windows is not supported. If you have problems installing please Autorestic requires `bash`, `wget` and `bzip2` to be installed. For most systems these should be already installed. ```bash -wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash +wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash ``` ## Alternatives diff --git a/docs/markdown/quick.md b/docs/markdown/quick.md index 37e776e..4aa2a31 100644 --- a/docs/markdown/quick.md +++ b/docs/markdown/quick.md @@ -3,7 +3,7 @@ ## Installation ```bash -wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash +wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash ``` See [installation](/installation) for alternative options.