diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-04-21 14:05:46 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-04-21 14:05:46 -0700 |
commit | 908a4829872b7fcd5d2dc57d5b1a5142d75166e7 (patch) | |
tree | 3141120dd445c1f55085659d61fd4169603519c0 /README.md | |
parent | 3aa7741db05aa5334b67e9bf52ca482291f5598a (diff) | |
download | pinentry-rofi-908a4829872b7fcd5d2dc57d5b1a5142d75166e7.tar.gz |
Updated readme with http cloning
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=<install dir> ``` @@ -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 ``` |