From 435adb5e12f6dd7d46c0731ca8fd4bea25b2bd99 Mon Sep 17 00:00:00 2001 From: RM Date: Thu, 3 Aug 2017 14:42:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d878545..bef4da9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Note that as part of the submission, a top-down view of the board in the form of Once your draft has been made, before filing a pull request, you should try to render the page and make sure it build and appears as intended. To do so: ```bash -./draft/publish myboard +./draft/publish.sh myboard make serve LANG=en ``` @@ -38,7 +38,7 @@ And then open: http://127.0.0.1:5000 in your browser. Once you are happy with the result, ```bash -./draft/unpublish myboard +./draft/unpublish.sh myboard ``` (this will file the overlay back into the draft folder, ready for review)