From 8d0d75125c3872f2b37158bca6b0c2ad686479b7 Mon Sep 17 00:00:00 2001 From: leca Date: Wed, 2 Aug 2023 07:19:17 +0300 Subject: [PATCH] Readme changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34d1685..c78c882 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Self-hosted pixel battle written in NodeJS # Deploying -## Traditional +## Traditional: To deploy this pixelbattle, you need to: 1. Clone this repo: @@ -13,6 +13,9 @@ To deploy this pixelbattle, you need to: `npm install` 3. Run: `npm run prod` +4. To update: + `git pull` + `npm install` ## Docker: 1. Clone this repo: @@ -22,7 +25,7 @@ To deploy this pixelbattle, you need to: 3. After building, you can just run it: `docker-compose up -d` 4. To update: - `git clone https://git.foxarmy.org/leca/pixelbattle` + `git pull` `docker-compose up --build` That's it!