aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Plangg2016-02-11 13:37:08 +0100
committerMarkus Plangg2016-02-11 13:37:08 +0100
commita3f6b5134d22a63bf40d0e8ca82450825ad60c4e (patch)
tree46de0c149abe1f1d856382dffe9cb5d125ca4bfc
parent9aeababdc5f575748cd5a4750a3a2b1524b1bf88 (diff)
downloadaur-a3f6b5134d22a63bf40d0e8ca82450825ad60c4e.tar.gz
Update update package instructions
Avoid checksum mismatches by forcing updpkgsums to download the install files
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 03f15719bf8a..58eb56b19598 100644
--- a/README.md
+++ b/README.md
@@ -34,4 +34,9 @@
* Build the package
`makepkg -src`
* Check package
- `namcap docker-gc-*.pkg.tar.xz` \ No newline at end of file
+ `namcap docker-gc-*.pkg.tar.xz`
+* Test-install package
+ `pacman -U docker-gc-*.pkg.tar.xz`
+* Remove tmp files
+ `rm docker-gc`
+ `rm docker-gc-*.pkg.tar.xz` \ No newline at end of file