summaryrefslogtreecommitdiff
path: root/INSTALL.Windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.Windows.md')
-rw-r--r--INSTALL.Windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
index 9ba84b745..6cf148c90 100644
--- a/INSTALL.Windows.md
+++ b/INSTALL.Windows.md
@@ -13,9 +13,9 @@ Build & Test
Once all dependencies are built and installed per the documentation in
couchdb-glazier, these commands will configure and build CouchDB:
- powershell -ExecutionPolicy Bypass .\configure.ps1 -WithCurl
+ powershell -ExecutionPolicy Bypass .\configure.ps1
make -f Makefile.win check
This will build couchdb, as well as run the eunit and javascript tests.
-As of CouchDB 2.0 RC1, all eunit and javascript tests should pass.
+As of CouchDB 2.0 RC1, all tests should pass.