aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-10-23 00:24:43 +0200
committern-peugnet <n.peugnet@free.fr>2019-10-23 00:24:43 +0200
commit01cb82b514ef9dcb1cb9e63492ebab621961babd (patch)
tree3a4a8e5e9c68bba9de992ac3c217ffa7ff6a81ab /README.md
parent6066bc7dec3ff45be83c646be31b7eff9f7a54eb (diff)
downloadwcms-01cb82b514ef9dcb1cb9e63492ebab621961babd.tar.gz
wcms-01cb82b514ef9dcb1cb9e63492ebab621961babd.zip
use GNU Standard Makefile Targets
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc22fa1..37a74e4 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ While developing the JS sources it is useful to run webpack in watch mode so tha
## 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 build the release zip, make sure you are on `master` and executed `git pull` then run `make dist`. This will create a zip file in `dist/`.
To Do