From 96c5ab0f98c0b62160661dcd9a9db5549fe43f94 Mon Sep 17 00:00:00 2001 From: Audrey So Date: Tue, 5 Sep 2017 16:23:42 -0700 Subject: [PATCH] update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e13463b27..d35ae1d7b64 100644 --- a/README.md +++ b/README.md @@ -216,12 +216,17 @@ This section requires basic knowledge of SVN. If you do not know how to use SVN, To build the full website (possibly excluding docs by adding `--nodocs`), run: - gulp build --prod + npm run serve A folder called `build-prod` will be created, and will contain the built website. Then, in a directory *outside* of the `cordova-docs` repository, check out the SVN repository that contains the currently deployed website by running the following command (committer access required): cd .. svn checkout https://svn.apache.org/repos/asf/cordova/site cordova-website +(Make sure to `svn checkout` on the same level that `cordova-docs` repo exists on.) + +From the `cordova-website` repo, run the following command: + + svn up Copy the `cordova-docs/build-prod/` directory to the `public` directory in SVN like so: