From 34af9d438ea511d2f9677dc5b793d9097facf3f8 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 15 Jul 2016 14:02:36 +0000 Subject: [PATCH] Update the documentation for missing steps --- macosx/BUNDLING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/BUNDLING.md b/macosx/BUNDLING.md index 4608d34b5..4dfba94a8 100644 --- a/macosx/BUNDLING.md +++ b/macosx/BUNDLING.md @@ -15,7 +15,7 @@ In order to set up Jhbuild properly before building Nmap suite, follow the tutor If you had any error, just type the following command to delete jhbuild, - $ rm -rf ~/bin/jhbuild ~/.local/bin/jhbuild ~/.local/share/jhbuild ~/.cache/jhbuild ~/.config/jhbuildrc ~/.jhbuildrc ~/jhbuild + $ rm -rf ~/bin/jhbuild ~/.local/bin/jhbuild ~/.local/share/jhbuild ~/.cache/jhbuild ~/.config/jhbuildrc ~/.jhbuildrc ~/.jhbuildrc-custom ~/jhbuild And we'll start over together: @@ -52,6 +52,7 @@ And we'll start over together: ~~~~ $ jhbuild build meta-gtk-osx-bootstrap $ jhbuild build meta-gtk-osx-core + $ jhbuild build meta-gtk-osx-python ~~~~ Go to **Observation** if errors appear...