From 908a4829872b7fcd5d2dc57d5b1a5142d75166e7 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Tue, 21 Apr 2020 14:05:46 -0700 Subject: Updated readme with http cloning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bcdc73..cedc669 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GNU guile. ## From source ```bash -$ git clone git@github.com:plattfot/pinentry-rofi.git +$ git clone https://github.com/plattfot/pinentry-rofi.git $ cd pinentry-rofi $ make PREFIX= ``` @@ -27,7 +27,7 @@ the site cache for guile is configured to. Clone my aur reop and the build the package using the PKGBUILD: ```bash -$ git clone git@github.com:plattfot/pinentry-rofi-aur.git +$ git clone https://github.com/plattfot/pinentry-rofi-aur.git $ cd pinentry-rofi-aur $ makepkg -ic ``` -- cgit