From ca851c4d85267650d64d894a0043ab737bb0492a Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 24 Feb 2014 12:20:53 -0800 Subject: [PATCH] Improve Windows install instructions Summary: This advice is clearer if we also tell you to remove the comment. Test Plan: Reading adventure! Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D8325 --- src/docs/user/userguide/arcanist_windows.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/userguide/arcanist_windows.diviner b/src/docs/user/userguide/arcanist_windows.diviner index 0027752c27..ace98702ff 100644 --- a/src/docs/user/userguide/arcanist_windows.diviner +++ b/src/docs/user/userguide/arcanist_windows.diviner @@ -96,7 +96,7 @@ instructions if you're having trouble. - Copy `php.ini-development` to `php.ini` in that same directory. - Open `php.ini` and locate the line `;extension=php_curl.dll`. Remove the `;` to activate this extension. Locate the line `; extension_dir = "ext"` - and change it to `; extension_dir = "C:\PHP\ext"`, where `C:\PHP` is + and change it to `extension_dir = "C:\PHP\ext"`, where `C:\PHP` is the directory where you installed PHP. - Verify that things work by running `php -i` from your commandline and looking for `curl` in the output.