aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pesch2022-12-16 15:58:04 +0100
committerMarkus Pesch2022-12-16 15:59:52 +0100
commitb78432ece412990f15cbb0e9c40c3e264574ef87 (patch)
treee1190a3b0d796e0f08e60ed82e41abdbcc99e9e7
parentf61d19ff986248d87b12bb64e3572912ec952a92 (diff)
downloadaur-b78432ece412990f15cbb0e9c40c3e264574ef87.tar.gz
fix: add README
-rw-r--r--.gitignore1
-rw-r--r--README.md34
2 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3814e4105a02..e4f3cb584247 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
!.gitignore
!.editorconfig
!.SRCINFO
+!README.md
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..c23b58997d01
--- /dev/null
+++ b/README.md
@@ -0,0 +1,34 @@
+# mint-backgrounds
+
+[![https://img.shields.io/aur/version/mint-backgrounds](https://img.shields.io/aur/version/mint-backgrounds)](https://aur.archlinux.org/packages/mint-backgrounds)
+[![https://img.shields.io/aur/license/mint-backgrounds](https://img.shields.io/aur/license/mint-backgrounds)](https://aur.archlinux.org/packages/mint-backgrounds)
+[![https://img.shields.io/aur/maintainer/mint-backgrounds](https://img.shields.io/aur/maintainer/mint-backgrounds)](https://aur.archlinux.org/packages/mint-backgrounds)
+[![https://img.shields.io/aur/last-modified/mint-backgrounds](https://img.shields.io/aur/last-modified/mint-backgrounds)](https://aur.archlinux.org/packages/mint-backgrounds)
+
+This repository contains the source code to build the Arch Linux package
+`mint-backgrounds`.
+
+The package can be created and installed locally via `makepkg`. Alternatively,
+it can be installed from the
+[AUR](https://aur.archlinux.org/packages/mint-backgrounds) using an AUR helper
+such as `yay`.
+
+## makepkg
+
+Clone the repository from one of the mirrors and move into the cloned git
+repository. Execute `makepkg --install` to build the and install the package.
+
+```bash
+git clone <URL>
+cd mint-backgrounds
+makepkg --install
+```
+
+## yay
+
+Make sure that yay is installed. Run yay to build and install the
+mint-backgrounds package.
+
+```bash
+yay --sync --aur mint-backgrounds
+```