From 4f76f7cd58162c68850c91780aee0b17fd83281e Mon Sep 17 00:00:00 2001 From: Matthias Steinbauer Date: Wed, 1 Jan 2020 18:29:44 +0100 Subject: [PATCH 1/2] 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) From aa4d7bc2498f62669a7f0e4aed5b66ed38380d4c Mon Sep 17 00:00:00 2001 From: Matthias Steinbauer Date: Wed, 1 Jan 2020 21:18:35 +0100 Subject: [PATCH 2/2] Add statement about memory. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 02b6e133..783205e1 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ cd pigallery2 npm install ``` #### 1.2.1-b Install from source + +**Note:** A build requires a machine with around 2GB or memory. + ```bash cd ~ wget https://github.com/bpatrik/pigallery2/archive/master.zip