From 05fe9877635cb844a08b7e79b2f078721bc38602 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 2 Sep 2024 09:55:02 +0200 Subject: [PATCH] chore: adjusted README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a08bcf5..64532d2 100755 --- a/README.md +++ b/README.md @@ -14,22 +14,10 @@ git clone ssh://od.mvl.sh/dotfiles ~/dotfiles ### 2. Prepare shell -Make sure you are running under ZSH since the dotf script requires ZSH. +You can run the setup.sh in the dotfiles folder to install all the necessary packages. ```bash -sudo apt install zsh -``` - -Then open ZSH - -```bash -zsh -``` - -And now set the bin folder of dotfiles in your path. - -```bash -export PATH=$PATH:~/dotfiles/bin +cd ~/dotfiles && ./setup.sh ``` ### 3. Run `dotf update`