Skip to content

Commit 4dff479

Browse files
committed
Make README.md look pretty
1 parent 988e64e commit 4dff479

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

osx/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ environment proved to reduce collisions later on. You might want to consider doi
3737

3838
3. Prepare paths and build the bootstrap
3939
```
40-
export PATH="~/.local/bin/:$PATH"
40+
export PATH="~/.local/bin/:$PATH"
4141
jhbuild bootstrap
4242
```
4343

@@ -61,7 +61,7 @@ is the list of the exact steps followed during the build to reduce conflicts
6161
jhbuild -m osx/meld.modules build python-withxml2
6262
```
6363

64-
2. Build graphics dependencies
64+
2. Build graphics dependencies
6565
```
6666
jhbuild -m osx/meld.modules build graphics-dependencies
6767
```
@@ -89,9 +89,9 @@ is the list of the exact steps followed during the build to reduce conflicts
8989
9090
#### FQA ####
9191

92-
1. Can't run jhbuild bootstrap - gives an error related to bash
92+
1. Can't run jhbuild bootstrap - gives an error related to bash
9393
Issue the following command:
94-
```
95-
mkdir -p $HOME/gtk/inst/bin
96-
ln -sf /bin/bash $HOME/gtk/inst/bin/bash
97-
```
94+
```
95+
mkdir -p $HOME/gtk/inst/bin;
96+
ln -sf /bin/bash $HOME/gtk/inst/bin/bash
97+
```

0 commit comments

Comments
 (0)