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`.