From 29df97d58a35d74d394730adad133550d6e20efc Mon Sep 17 00:00:00 2001 From: Prabesh Date: Tue, 22 Oct 2024 11:48:09 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2239e68..c0822fe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To get started, clone the repository and run the setup script: ```bash git clone git@github.com:pgaijin66/dotfiles.git cd dotfiles -/bin/bash bootstrap.sh +bash bootstrap.sh ``` ## Script Breakdown @@ -127,4 +127,4 @@ function start_services { skhd --restart-service yabai --restart-service } -``` \ No newline at end of file +```