From 4f76f7cd58162c68850c91780aee0b17fd83281e Mon Sep 17 00:00:00 2001 From: Matthias Steinbauer Date: Wed, 1 Jan 2020 18:29:44 +0100 Subject: [PATCH] Fixes Install from source instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b0b0a6..02b6e133 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ wget https://github.com/bpatrik/pigallery2/archive/master.zip unzip master.zip cd pigallery2-master # enter the unzipped directory npm install -npm build +npm run build ``` **Note**: if you run `npm run create-release`, it creates a clean, minified, production ready version from the app in the `release` folder, that is ready to deploy. **Note2**: you can use `npm run create-release -- --languages=fr,ro` to restrict building to the listed languages (english is added by default)