summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1d8458014577..000000000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Package build description for The Unison Language
-
-This repository holds instructions for building an Arch Linux package for The [Unison] Language.
-
-[Unison]: https://www.unisonweb.org
-
-## Pushing to AUR
-
-First generate `.SRCINFO` by:
-
-```
-makepkg --printsrcinfo > .SRCINFO
-```
-
-Then push to AUR git repository by:
-
-```
-git remote add aur ssh://aur@aur.archlinux.org/ucm-bin.git
-git push aur
-```