diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 15:13:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 15:13:22 +0200 |
commit | aa952634b84cf9c7faf22ccd06926a2e4f0bfb3f (patch) | |
tree | 3d65fdac8d13c5568ad3abdc3f8b743f3c85afcd /BOOTSTRAP-UNIX.cli | |
parent | 5babbccb7fabdbd2ae733c985dae971d75741a66 (diff) |
Add doc fixes
Diffstat (limited to 'BOOTSTRAP-UNIX.cli')
-rw-r--r-- | BOOTSTRAP-UNIX.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index 53c4b43..7b1a125 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -69,12 +69,12 @@ For example, this command will use \c{g++-5} and install the toolchain into \c{/usr/local/}. \ -$ build.sh g++-5 +$ ./build.sh g++-5 \ While this will use Clang and install into \c{/opt/build2}: \ -$ build.sh --install-dir /opt/build2 --sudo sudo clang++ +$ ./build.sh --install-dir /opt/build2 --sudo sudo clang++ \ " |