aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-11 00:18:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-11 00:20:25 +1200
commitfa721fe3803d25e08dd5e8c034bea37351b5256c (patch)
treec1e8d0193d4c51a4e7d32e1bb1a7e4f8c09f9500 /README.markdown
parentForce silence for Vim syntax enabling (diff)
downloaddotfiles-fa721fe3803d25e08dd5e8c034bea37351b5256c.tar.gz
dotfiles-fa721fe3803d25e08dd5e8c034bea37351b5256c.zip
Cut down the installation instructions a bit
Nobody but me is ever gonna try using these on a SunOS derivative anyway, and if they did odds are pretty good they know how to suck eggs
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index bf25a40d..143bdb48 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,14 +19,8 @@ Installation
$ make -n install
$ make install
-For the default `all` target, you'll need `make(1)`, `m4(1)`, and a
-POSIX-fearing environment, including `sh(1)`. This should work on most
-GNU/Linux and BSD systems, and possibly on other UNIX types, but those are not
-as thoroughly or frequently tested.
-
-If you're on a system where `/bin/sh` is not a POSIX shell (e.g. OpenSolaris),
-you may need to check you have e.g. `/usr/xpg4/bin` at the front of your
-`$PATH` at build time.
+For the default `all` target, you'll need a POSIX-fearing userland, including
+`make(1)` and `m4(1)`.
The installation `Makefile` will overwrite things standing in the way of its
installed files without backing them up, so read the output of `make -n