PATH on one line

This commit is contained in:
Sumit Sahrawat 2015-02-12 15:55:38 +05:30
parent 06754463da
commit d489229035
2 changed files with 3 additions and 5 deletions

View File

@ -59,11 +59,9 @@ $ sudo apt-get install cabal-install-1.20 ghc-7.8.3 happy-1.19.4 alex-3.1.3
Then add the following to your `$PATH` (bash\_profile, zshrc, bashrc, etc): Then add the following to your `$PATH` (bash\_profile, zshrc, bashrc, etc):
- `~/.cabal/bin` ```
- `/opt/cabal/1.20/bin` ~/.cabal/bin:/opt/cabal/1.20/bin:/opt/ghc/7.8.3/bin:/opt/happy/1.19.4/bin:/opt/alex/3.1.3/bin
- `/opt/ghc/7.8.3/bin` ```
- `/opt/happy/1.19.4/bin`
- `/opt/alex/3.1.3/bin`
*Optional:* You could also add `.cabal-sandbox/bin` to your path. Code that you *Optional:* You could also add `.cabal-sandbox/bin` to your path. Code that you
are actively developing will be available to you from the command line. This are actively developing will be available to you from the command line. This

Binary file not shown.