diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:53:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:55:08 +0200 |
commit | 9d388ccfef0fa0dfe524682e5e35bc164b1f8a8c (patch) | |
tree | 96988177d7fcfb28caa63b77ad9105dc8ac9d908 /INSTALL | |
parent | 077961b97f324806107c4afd9a9c1c032b7f35e9 (diff) |
Fix command lines in INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -296,7 +296,8 @@ $ cp -r install install-`cat install/share/doc/brep/version` Build new version of brep: -$ bpkg -d brep build brep +$ bpkg fetch -d brep +$ bpkg build -d brep brep If you are using a systemd-based setup, then stop and disable the loader: @@ -315,7 +316,7 @@ $ sudo systemctl stop apache2 Install new brep: $ rm -rf install/* -$ bpkg -d brep install brep +$ bpkg install -d brep brep Review brep-module.conf changes that may need to be merged: |