From e2b67982aae73961e9dfd084903ac452565d3fba Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:01:56 +0100 Subject: [PATCH] updated the instructions for the current working directory change --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b55a45d..5a26abd 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ passwd user ### Laptop installation as user ```bash -# Clone the repository -git clone https://github.com/aminnairi/laptop.git +# Clone the repository in the home folder +git clone https://github.com/aminnairi/laptop.git ~/Documents/git/github.com/aminnairi/laptop -# Change the current working directory -cd laptop +# Change the current working directory to the source-code for the installation script +cd ~/Documents/git/github.com/aminnairi/laptop # Apply the configuration bash main.sh