diff --git a/scripts/README.md b/scripts/README.md index b2f38fb..4aa6839 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -18,7 +18,7 @@ if [ -z $(which git 2>/dev/null) ]; then else printf "$(tput setaf 2)-- Installing scripts --$(tput sgr0)\n" mkdir -p ~/.local - git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 + git clone https://forge.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc printf "$(tput setaf 2)-- Install finished. Please open a new terminal to use the scripts --$(tput sgr0)\n" fi