aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-04-21 14:05:46 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-04-21 14:05:46 -0700
commit908a4829872b7fcd5d2dc57d5b1a5142d75166e7 (patch)
tree3141120dd445c1f55085659d61fd4169603519c0
parent3aa7741db05aa5334b67e9bf52ca482291f5598a (diff)
downloadpinentry-rofi-908a4829872b7fcd5d2dc57d5b1a5142d75166e7.tar.gz
Updated readme with http cloning
-rw-r--r--README.md4
1 files 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=<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
```