From 463b18fc2109fa1fb1f1d245f70dc36c2517a800 Mon Sep 17 00:00:00 2001 From: Scott Little <50145141+CodeLongAndProsper90@users.noreply.github.com> Date: Fri, 19 Feb 2021 09:36:35 -0600 Subject: [PATCH 1/3] Add the AUR to the install part of the docs. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ce856..6128e78 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,12 @@ or Get an executable from [releases](https://github.com/quackduck/uniclip/releases) and install to `/usr/bin/uniclip` -### Android +or, if you're using Arch/Artix/Manjaro Linux (btw): +```sh +(paru|yay) -S uniclip +``` + +###Android Get an executable from [releases](https://github.com/quackduck/uniclip/releases) and install to `$PREFIX/usr/bin/uniclip` From 4b65037575d7ae3d74b5536c0305bd80523d9e0b Mon Sep 17 00:00:00 2001 From: Scott Little <50145141+CodeLongAndProsper90@users.noreply.github.com> Date: Fri, 19 Feb 2021 09:41:48 -0600 Subject: [PATCH 2/3] Fix a linter thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6128e78..0fcb2b4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ or, if you're using Arch/Artix/Manjaro Linux (btw): (paru|yay) -S uniclip ``` -###Android +### Android Get an executable from [releases](https://github.com/quackduck/uniclip/releases) and install to `$PREFIX/usr/bin/uniclip` From 7e6f3e5d6e90bbf3f544ca4226e2e2cca1491b26 Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Fri, 19 Feb 2021 20:06:05 +0400 Subject: [PATCH 3/3] Fix wording --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fcb2b4..ff6d708 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,11 @@ or Get an executable from [releases](https://github.com/quackduck/uniclip/releases) and install to `/usr/bin/uniclip` -or, if you're using Arch/Artix/Manjaro Linux (btw): +#### Arch/Artix/Manjaro Linux: ```sh -(paru|yay) -S uniclip +yay -S uniclip # or paru -S uniclip ``` +Thanks to [Scott Little](https://github.com/CodeLongAndProsper90) for submitting Uniclip to the AUR! ### Android