From 67ed9e740ac9649f9922769e2e0c29398e95ac73 Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Tue, 12 Nov 2024 11:01:33 +0000 Subject: [PATCH] chore: fix readme text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c787a6409d..be050a4b69d 100644 --- a/README.md +++ b/README.md @@ -308,5 +308,5 @@ resource development efforts. Donations of any size are appreciated. Thank you! ## Codio Added `codio-client.js` link to `index.ejs` WARNING: The build takes too much resources!!! -Build minified client with `export NODE_OPTIONS=--max-old-space-size=4000 export NODE_ENV=production npm run build` +Build minified client with `NODE_OPTIONS=--max-old-space-size=4000 NODE_ENV=production npm run build` Upload to S3 `./s3-upload.sh "s3_assets_access_key" "s3_assets_access_secret"`