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!