From a05a9c9abcdce23e72e86e32707f664793244991 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:28:14 +0100 Subject: [PATCH] fixed url of the upstream repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 885e002..e3f0fd6 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ passwd user ```bash # Clone the repository in the home folder -git clone https://github.com/aminnairi/laptop.git ~/Documents/git/github.com/aminnairi/laptop +git clone https://github.com/aminnairi/dotfiles ~/Documents/git/github.com/aminnairi/dotfiles # Change the current working directory to the source-code for the installation script -cd ~/Documents/git/github.com/aminnairi/laptop +cd ~/Documents/git/github.com/aminnairi/dotfiles # Apply the configuration bash main.sh