From 3111a2c35c83b6973473488bfd921fe8186bb7b7 Mon Sep 17 00:00:00 2001 From: Eli Fouts Date: Sat, 25 Jan 2025 00:22:55 -0500 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bf6e256..e247fc8 100644 --- a/readme.md +++ b/readme.md @@ -25,8 +25,12 @@ If you do not want this, **you can remove it in the given applications `style.cs - With this script you should be able to install everything together, or the applications and their configs individually. - Dont worry it only really installs what is needed unless you select the everything script. + ``` - cd && git clone https://github.com/elifouts/Dotfiles.git && cd ~/Dotfiles/InstallScripts && chmod +x install.sh && ./install.sh + cd && git clone https://github.com/elifouts/Dotfiles.git + cd ~/Dotfiles/InstallScripts + chmod +x install.sh + ./install.sh ```