diff options
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++ \ " |