Skip to content

Commit

Permalink
Typo and small formatting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Dec 8, 2008
1 parent bfb9668 commit f9c2a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -132,13 +132,13 @@ inplace GHC, the following steps should work:


1. On windows, make sure that Cabal finds the inplace gcc 1. On windows, make sure that Cabal finds the inplace gcc


$ cd /path/to/ghc $ cd /path/to/ghc
$ cp `which gcc` ghc/ $ cp `which gcc` ghc/


(Adjust to version of GCC that GHC was compiled with.) (Adjust to version of GCC that GHC was compiled with.)


2. Set the `GHC_PATH` variable to the correct path to for your 2. Set the `GHC_PATH` variable to the correct path to for your
system. Make sure *not* to set `HC`, `PKG`, or `HADDOCK`, they system. Make sure *not* to set `HC`, `PKG`, or `HADDOCK`, they
will automatically set to point to the inplace versions. will automatically be set to point to the inplace versions.


3. Use `make` or `make cabal-install` as above. 3. Use `make` or `make cabal-install` as above.

0 comments on commit f9c2a27

Please sign in to comment.