aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2553dd250ded..3755a43697e2 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,22 @@
Arch Linux package for Rooster. You can install from source or via the AUR: https://aur.archlinux.org/packages/rooster.
+Rooster's Arch Linux package is made available free of charge. You can support its development through [Liberapay](https://liberapay.com/conradkleinespel/) 💪
+
## Instructions
+First, update the information in `PKGBUILD`.
+
+Then, run the following commands:
+
```sh
+# Update the build information and install the package
makepkg --printsrcinfo > .SRCINFO
makepkg -i
```
+Then, remove the `.github` directory and publish to the AUR (`ssh://aur@aur.archlinux.org/rooster.git`).
+
## Contributors
We welcome contribution from everyone. Feel free to open an issue or a pull request at any time.
@@ -18,3 +27,7 @@ Here's a list of existing Rooster for Arch Linux contributors:
- [ReStrictOr on AUR](https://aur.archlinux.org/account/ReStrictOr)
Thank you very much for your help! :smiley: :heart:
+
+## License
+
+The source code is released under the Apache 2.0 license.