diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-19 20:40:56 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-19 20:40:56 +1300 |
commit | 8682260c979d52511d466cb7c14745a20aeda2f7 (patch) | |
tree | 9aba7c1f2d78db56cc594e256021578275116b70 | |
parent | 17a78f2f326c5a0258e986acf7875982d4723c40 (diff) | |
download | paramano-8682260c979d52511d466cb7c14745a20aeda2f7.tar.xz |
Misc readme updates
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,7 +11,7 @@ For ArchLinux: [Paramano on AUR](https://aur.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. -In most case a simple workflow like "make && make install" is all that is needed. +In most cases a simple workflow like "make && make install" is all that is needed. Dependencies @@ -23,8 +23,8 @@ Dependencies Building ======== -Due to KISS, I don't tend to use ./configure scripts for relatively small programs. -The sort of parameters you might pass to a ./configure can instead be passed to make. +Due to KISS, I don't tend to use `./configure` scripts for relatively small programs. +The sort of parameters you might pass to a `./configure` can instead be passed to make. Here's a list: @@ -36,7 +36,6 @@ Here's a list: * MAKE to override default make program `make` * 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`) |