From 4dff479c6ae2ef263bf3039b6971a6221fb5fe85 Mon Sep 17 00:00:00 2001 From: "Youssef A. Abou-Kewik" Date: Sat, 13 Feb 2016 23:25:55 +0200 Subject: [PATCH 1/2] Make README.md look pretty --- osx/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/osx/README.md b/osx/README.md index 48c0a7114..1896fe36d 100644 --- a/osx/README.md +++ b/osx/README.md @@ -37,7 +37,7 @@ environment proved to reduce collisions later on. You might want to consider doi 3. Prepare paths and build the bootstrap ``` - export PATH="~/.local/bin/:$PATH" + export PATH="~/.local/bin/:$PATH" jhbuild bootstrap ``` @@ -61,7 +61,7 @@ is the list of the exact steps followed during the build to reduce conflicts jhbuild -m osx/meld.modules build python-withxml2 ``` - 2. Build graphics dependencies + 2. Build graphics dependencies ``` jhbuild -m osx/meld.modules build graphics-dependencies ``` @@ -89,9 +89,9 @@ is the list of the exact steps followed during the build to reduce conflicts #### FQA #### -1. Can't run jhbuild bootstrap - gives an error related to bash + 1. Can't run jhbuild bootstrap - gives an error related to bash Issue the following command: - ``` - mkdir -p $HOME/gtk/inst/bin - ln -sf /bin/bash $HOME/gtk/inst/bin/bash - ``` + ``` + mkdir -p $HOME/gtk/inst/bin; + ln -sf /bin/bash $HOME/gtk/inst/bin/bash + ``` From 21fe5c741da504b9c0b7a724b7ef713eba04ccff Mon Sep 17 00:00:00 2001 From: "Youssef A. Abou-Kewik" Date: Sat, 13 Feb 2016 23:29:35 +0200 Subject: [PATCH 2/2] readme --- osx/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/osx/README.md b/osx/README.md index 1896fe36d..f90009870 100644 --- a/osx/README.md +++ b/osx/README.md @@ -87,11 +87,10 @@ is the list of the exact steps followed during the build to reduce conflicts > :bulb:**Output:** Find the output dmg file in osx/Archives after you're done building. -#### FQA #### - - 1. Can't run jhbuild bootstrap - gives an error related to bash - Issue the following command: - ``` - mkdir -p $HOME/gtk/inst/bin; - ln -sf /bin/bash $HOME/gtk/inst/bin/bash - ``` +#### FAQ #### + +1. Can't run jhbuild bootstrap - gives an error related to bash not being found. + ``` + mkdir -p $HOME/gtk/inst/bin; + ln -sf /bin/bash $HOME/gtk/inst/bin/bash + ```