From c423c652737fab68b9c9f8e7e7eaabca864d985e Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sat, 23 Oct 2021 13:59:51 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 041525e..d4e46f9 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ it's intended use is for small groups of people to self-host, and as such there' 2. (optionally) copy the config.example.json to config.json in the same folder, and modify it -3. `npm install` +3. `npm install` / `pnpm install` 4. install the `zip` linux tool into your path (there are currently no plans for windows support, however feel free to contribute) + +5. build the project with `npm run build` / `pnpm build` -5. (optionally) put the service on pm2 like such: `pm2 start src/index.js --name deemix-web-frontend` (or just run it with `node src/index.js`) +6. (optionally) put the service on pm2 like such: `pm2 start src/index.js --name deemix-web-frontend` (or just run it with `node src/index.js`) ### nginx addenum