From a3416b2d6ededd14ad8b64ea2dae0ccfdcae37d2 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Wed, 27 Mar 2019 06:55:00 +0100 Subject: [PATCH] Add readme --- LICENSE => LICENSE.md | 0 README.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) rename LICENSE => LICENSE.md (100%) create mode 100644 README.md diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..405ebfe --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Saury + +Saury is the friendly [AUR](https://aur.archlinux.org) helper written in [fish](https://fishshell.com), the friendly shell. + +The usage of Saury is designed to be similar to pacman. + +Saury is in a very early state of development and is not yet ready for daily use. + +## Differences between saury and {yay,aurman,...} + +Much like [aura](https://github.com/aurapm/aura), Saury fully separates operations concerning AUR packages and operations concerning packages from the official Arch Linux repositories. + +Saury takes this one step further and only works with AUR packages, instead of wrapping pacman for official packages. This is by design: pacman works well for official packages, and combining both package sources in one tool is unnecessary and potentially confusing for the user. + +## License + +Saury is available under the University of Illinois/NCSA Open Source License. The full license can be found in the [LICENSE.md](LICENSE.md) file.