From 5fc78fa72294d1a7708da5f02c72b022e624222c Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 18 Nov 2011 22:58:14 +0900 Subject: [PATCH] further tweak build instructions --- README.html | 4 +++- README.md | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 824c6f1..a90e400 100644 --- a/README.html +++ b/README.html @@ -19,5 +19,7 @@ following steps.

  1. make -C build/gmake/
  2. -
  3. make -C build/gmake/ install
  4. +
  5. make install -C build/gmake/
  6. +

    Note that you will either need to run make install as root, +or with sudo make install.

diff --git a/README.md b/README.md index a36c7b1..a2d3174 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,8 @@ following steps. 1. `make -C build/gmake/` - 2. `make -C build/gmake/ install` + 2. `make install -C build/gmake/` + +Note that you will either need to run `make install` as root, or with `sudo +make install`.