From 93964f35fdc01a55ce4ebcea3ca2a7d4832dfc46 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 3 May 2024 10:19:07 +0200 Subject: [PATCH] Updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0275c95..0e74c08 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ sudo pacman -S wget fuse2 # If wget or libfuse.so.2 is not installed mkdir ~/Downloads # If Downloads folder doesn't exists # 2.) Download the installer -wget -P ~/Downloads/ https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/apps/installer.AppImage +wget -P ~/Downloads/ https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/apps/installer.AppImage # 3.) Change to the Downloads folder cd ~/Downloads