diff --git a/osx/README.md b/osx/README.md index 48c0a7114..f90009870 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 ``` @@ -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 #### +#### FAQ #### -1. Can't run jhbuild bootstrap - gives an error related to bash - Issue the following command: +1. Can't run jhbuild bootstrap - gives an error related to bash not being found. ``` - mkdir -p $HOME/gtk/inst/bin + mkdir -p $HOME/gtk/inst/bin; ln -sf /bin/bash $HOME/gtk/inst/bin/bash ```