aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-02 17:58:36 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-02 17:58:36 +1200
commitbdc3da0b7c0084aca0569eaab716b62a0a02e81a (patch)
treee91699ed21322c22206935c3b87aa71711cecd1a
parent32bff14871bf8f534fcdcdba1d8409430d6c464b (diff)
downloadparamano-bdc3da0b7c0084aca0569eaab716b62a0a02e81a.tar.xz
AUR4->AUR, style changes
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 378f298..8058f24 100644
--- a/README.md
+++ b/README.md
@@ -7,16 +7,20 @@ Simple.
Installation
------------
+For ArchLinux: [Paramano on AUR](https://aur.archlinux.org/packages/paramano/).
-* [Paramano on AUR4](https://aur4.archlinux.org/packages/paramano)
-* For other distros, you'll likely want to install Paramano using your package manager, creating a package if one doesn't exist in your distro's repositories.
+For other distros, you'll likely want to install Paramano using your package manager, creating a package if one doesn't exist in your distro's repositories.
-Runtime Dependencies
---------------------
+In most case a simple workflow like "make && make install" is all that is needed.
+
+
+Dependencies
+------------
* gtk3
* sudo
+
Building
========
Due to KISS, I don't tend to use ./configure scripts for relatively small programs.
@@ -33,7 +37,8 @@ Here's a list:
* CC to override default compiler `gcc`
* PARAMANO_SET to override default paramano-set program of `BINDIR/paramano-set`
* DEBUG can be set to anything to build a huge amount of debug output stuff into parmano and parmano-set
-* DESTDIR (only for `make install` -- see below)
+* DESTDIR (only for `make install`)
+
FAQ
===
@@ -48,7 +53,4 @@ Here is an example for the user `alice`:
alice ALL = NOPASSWD: /usr/bin/paramano-set
# ...
-
-This won't build under MinGW/This doesn't work on Windows
------------------------------
-Correct.
+You might like to make a group if you have numerous users who you wish to grant this permission.