From f72183b920bc596ff6b6eb6b9dd704b8fda8fcab Mon Sep 17 00:00:00 2001 From: Vladimir Minev Date: Tue, 14 Jul 2026 21:59:05 -0700 Subject: [PATCH] Update README installation instructions - Add a greeting near the top of the document. - Remove platform-specific GNU Stow installation commands and the redundant directory change. --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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 . ```