diff --git a/README.md b/README.md index b82ba81..5f68850 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,13 @@ # My dotfiles -## Installation - -### Install GNU Stow - -**macOS** - -```bash -brew install stow -``` - -**Ubuntu / Debian** +Hello world -```bash -sudo apt install stow -``` +## Installation ### Setup ```bash git clone https://github.com/minev-dev/dotfiles.git ~/dotfiles -cd ~/dotfiles stow . ```