From 6d87e20e2991b119504ab114353c691e4959c98a Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 7 Mar 2024 09:43:14 +0100 Subject: [PATCH] docs: add npm install to upgrade guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90aab9e5..84b84845 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,13 @@ docker compose up -d # Start the backend cd backend + npm install npm run build pm2 restart pingvin-share-backend # Start the frontend cd ../frontend + npm install npm run build API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 pm2 restart pingvin-share-frontend