From 21d9cbeeed706fb341d5693ab3c738996ea7ee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juuso=20Nyk=C3=A4nen?= Date: Sat, 2 Apr 2022 13:45:50 +0300 Subject: [PATCH 1/2] Update README.md The older command causes an error since Jan 11 2022 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b25ed..1fa0d75 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Clone the project to a `.bash` folder in your home directory: ```bash mkdir ~/.bash cd ~/.bash -git clone git://github.com/jimeh/git-aware-prompt.git +git clone git@github.com:jimeh/git-aware-prompt.git ``` Edit your `~/.bash_profile` or `~/.profile` or `~/.bashrc` (for Ubuntu) and add the following to the top: From 667b1d08472b3ad9a6db288084171e09773f8125 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 20 Aug 2022 10:50:18 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Alan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa0d75..73429d8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Clone the project to a `.bash` folder in your home directory: ```bash mkdir ~/.bash cd ~/.bash -git clone git@github.com:jimeh/git-aware-prompt.git +git clone https://github.com/jimeh/git-aware-prompt.git ``` Edit your `~/.bash_profile` or `~/.profile` or `~/.bashrc` (for Ubuntu) and add the following to the top: