File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ You should also install:
42
42
43
43
You might need to run ` cabal update ` once. For a global
44
44
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 ` .
46
46
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 ` .
49
51
50
52
On Mac OS X
51
53
-----------
@@ -60,7 +62,8 @@ you might want to install ImageMagick and Graphviz like so:
60
62
brew install graphviz
61
63
brew install imagemagick
62
64
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
+
64
67
` export PATH=$PATH:~/Library/Haskell/bin ` .
65
68
66
69
Using Simplex
You can’t perform that action at this time.
0 commit comments