From 589d4fb0c5d072819a1bb48c24be3065a583fd87 Mon Sep 17 00:00:00 2001 From: Kirottu Date: Wed, 5 Apr 2023 18:33:43 +0300 Subject: [PATCH] Add note about the AUR package to the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bf3eecb..c4bd071 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Here are the libraries you need to have to build & run it: ## Installation +If you use an Arch based distro, you can install the AUR package [anyrun-git](https://aur.archlinux.org/packages/anyrun-git). + +### Manual installation + Make sure all of the dependencies are installed, and then run the following commands in order: ```sh @@ -91,6 +95,7 @@ The config file has the following structure, and as seen in the name uses the `r ```ron Config( width: 800, // The width of the window + position: Top, plugins: [ "libapplications.so", // Relative paths are looked up in the /plugins/ directory "/home/kirottu/Projects/anyrun/target/debug/libsymbols.so", // Absolute paths are well, asbolute and loaded as is. Useful for development.