aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-10-22 16:48:55 +0200
committern-peugnet <n.peugnet@free.fr>2019-10-22 16:48:55 +0200
commit6066bc7dec3ff45be83c646be31b7eff9f7a54eb (patch)
treea11b78218a8580f4438f598d3dcb676aab96ac07 /README.md
parent2ed2bc9f2ef986b150159c2245c908adfd81f606 (diff)
downloadwcms-6066bc7dec3ff45be83c646be31b7eff9f7a54eb.tar.gz
wcms-6066bc7dec3ff45be83c646be31b7eff9f7a54eb.zip
finish Makefile and update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff1315f..bc22fa1 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,10 @@ While developing the JS sources it is useful to run webpack in watch mode so tha
npm run watch
+## Release zip
+
+To build the release zip, make sure you are on `master` and executed `git pull` then run `make`. This will create a zip file in `dist/`.
+
To Do
=====