diff options
Diffstat (limited to 'intro2-tour')
-rwxr-xr-x | intro2-tour | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intro2-tour b/intro2-tour index aca5085..38cd863 100755 --- a/intro2-tour +++ b/intro2-tour @@ -67,6 +67,8 @@ show b show b test show hello/hello World +show tree ../hello-gcc + show bdep status @clang show b ../hello-clang/hello/ show b test: ../hello-clang/hello/ @@ -300,5 +302,6 @@ show cd tools show bpkg build hello@https://git.build2.org/hello/hello.git show bpkg install hello show /opt/tools/bin/hello World +show tree /opt/tools show bpkg uninstall hello show bpkg drop hello |