diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -39,7 +39,13 @@ This repository saves the custom configuration used by heckyel in i3wm ### Simple Install - wget https://libregit.org/heckyel/i3-config/raw/branch/master/install.sh -O "$HOME/install.sh" + wget "https://libregit.org/heckyel/i3-config/raw/branch/master/install.sh" -O "$HOME/install.sh" + + bash "$HOME/install.sh" + +clean up install file + + rm "$HOME/install.sh" ### Installed optional |