Skip to content

Commit 2d26fed

Browse files
committed
Update README.md
1 parent c614c40 commit 2d26fed

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ You should also install:
4242

4343
You might need to run `cabal update` once. For a global
4444
installation use `sudo cabal install --global`. This will
45-
install the `simplex` executable in a folder on your $PATH.
45+
install the `simplex` executable in a folder on your `$PATH`.
4646

47-
Alternatively you might just want to add it to your $PATH
48-
in your `.bashrc`: `export PATH=$PATH:~/Library/Haskell/bin`.
47+
Alternatively you might just want to add it to your `$PATH`
48+
in your `.bashrc`:
49+
50+
`export PATH=$PATH:~/Library/Haskell/bin`.
4951

5052
On Mac OS X
5153
-----------
@@ -60,7 +62,8 @@ you might want to install ImageMagick and Graphviz like so:
6062
brew install graphviz
6163
brew install imagemagick
6264

63-
You might want to add it to your $PATH in your `.bash_login`:
65+
You might want to add it to your `$PATH` in your `.bash_login`:
66+
6467
`export PATH=$PATH:~/Library/Haskell/bin`.
6568

6669
Using Simplex

0 commit comments

Comments
 (0)