summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-09 15:57:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-09 15:57:41 -0400
commit5ca91c0e3c953d680249cb15f0a4f30253355af0 (patch)
treed92963052e66f95fdc55065b39b5f6ad5c004175
parent4272f39f126daef7621f0c922eb00084c994abc6 (diff)
update
-rw-r--r--doc/install/Windows.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn
index 07a77d382..3a8c4e72a 100644
--- a/doc/install/Windows.mdwn
+++ b/doc/install/Windows.mdwn
@@ -24,11 +24,15 @@ A daily build is also available, thanks to Yury V. Zaytsev and
## building it yourself
To build git-annex from source on Windows, you need to install
-the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install
-gcc, rsync, git, wget, ssh, and gnupg. To build the git-annex installer,
-you also need to install the NulSoft installer system.
+the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install:
+gcc rsync git wget ssh gnupg
+
+Once the prerequisites are installed, run:
cabal update
git clone git://git-annex.branchable.com/ gitannex
cd gitannex
build
+
+(To build the git-annex installer, you also need to install the NulSoft
+installer system.)