diff --git a/README.md b/README.md index 866c71c..6d681e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # my dotfiles -## stow +## Installing stow: +# On Debian/Ubuntu +sudo apt install stow + +# On Fedora/RHEL/CentOS +sudo dnf install stow + +# On Arch Linux +sudo pacman -S stow + +# Setup symlinks to home folder ``` -$ sudo apt install stow $ cd ~/dotfiles $ stow . ```