aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Plangg2015-10-28 11:45:08 +0100
committerMarkus Plangg2015-10-28 11:47:56 +0100
commitb1da17f310218ee8343f545b834b13037b07f446 (patch)
treefb9a37a3dd7db4b90843032a52d205834e477ad0
parent15fbc563e87d96a25de64bdd116e260efbb210e7 (diff)
downloadaur-b1da17f310218ee8343f545b834b13037b07f446.tar.gz
Fix docker-squash AUR repository URL
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b072b8c1009f..b84f3c44a1c1 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
[Installing packages from AUR](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) can be done manually:
-* Clone the [docker-squash AUR repository](https://aur.archlinux.org/foo.git)
+* Clone the [docker-squash AUR repository](https://aur.archlinux.org/docker-squash.git)
`git clone https://aur.archlinux.org/docker-squash.git`
* Change into the cloned repository
`cd docker-squash`
@@ -34,4 +34,4 @@
* Build the package
`makepkg -src`
* Check package
- `namcap docker-squash-*.pkg.tar.xz` \ No newline at end of file
+ `namcap docker-squash-*.pkg.tar.xz`