From 9cd4a15a75b0b53f57d1d82d5832a35837739620 Mon Sep 17 00:00:00 2001 From: Prabesh Thapa Date: Sun, 2 Jun 2024 16:10:52 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78b9e17..a82e61d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This repository contains a script to set up your development environment by inst To get started, clone the repository and run the setup script: ```bash -git clone -cd +git clone git@github.com:pgaijin66/dotfiles.git +cd dotfiles /bin/bash bootstrap.sh ```