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 + ```