[commit: ghc] wip/nfs-locking: Clean up Windows script (8ed92e9)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:30:11 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/8ed92e90674c9078ebe08fdd5f1edd758f48f7f7/ghc

>---------------------------------------------------------------

commit 8ed92e90674c9078ebe08fdd5f1edd758f48f7f7
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Dec 26 12:33:59 2015 +0000

    Clean up Windows script


>---------------------------------------------------------------

8ed92e90674c9078ebe08fdd5f1edd758f48f7f7
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 9844bf6..a93ed9a 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,13 @@ Now you have a couple of options:
 
 ### Windows
 
-```
-$ git clone --recursive git://git.haskell.org/ghc.git
-$ cd ghc
-$ git clone git://github.com/snowleopard/shaking-up-ghc shake-build
-$ ./boot
-$ ./configure --enable-tarballs-autodownload
-$ shake-build/build.bat
+```bash
+git clone --recursive git://git.haskell.org/ghc.git
+cd ghc
+git clone git://github.com/snowleopard/shaking-up-ghc shake-build
+./boot
+./configure --enable-tarballs-autodownload
+shake-build/build.bat
 ```
 Also see the [Building GHC on Windows guide][ghc-windows-building-guide].
 



More information about the ghc-commits mailing list