From d5a4283d91732f4096d8f663985ef3296018eb12 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 23 Oct 2003 12:22:37 +0000 Subject: [PATCH] [project @ 2003-10-23 12:22:37 by simonmar] Fix markup --- ghc/docs/users_guide/installing.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 9c6b01c..f96494e 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -551,7 +551,7 @@ URL="http://www.haskell.org/ghc">haskell.org. On Windows, all of GHC's files are installed in a single directory. If you choose ``Custom'' from the list of install options, you will be given a choice about where this directory is; otherwise it will be installed -in c:/ghc/ghc-version. +in c:/ghc/ghc-version. The executable binary for GHC will be installed in the bin/ sub-directory of the installation directory you choose. @@ -567,7 +567,7 @@ available in your Start menu under "Start/Programs/Glasgow Haskell Compiler". The final dialogue box from the install process reminds you where the GHC binary -has been installed (usually c:/ghc/ghc-version/bin/. +has been installed (usually c:/ghc/ghc-version/bin/. If you want to invoke GHC from a command line, add this to your PATH environment variable. -- 1.7.10.4