diff --git a/README.md b/README.md index e446091..843a2cc 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Refer to this [this Nginx configuration file](platform/centos/nginx/nginx.conf) To start this app in a production environment: ```sh -# Install Node.js 14.16.x on the server (https://nodejs.org/en/) +# Install Node.js 14.17 on the server (https://nodejs.org/en/) # Clone the repository if not already done git clone ... nccrd @@ -155,7 +155,7 @@ docker-compose --env-file docker-compose.env up -d --force-recreate --build ## Build an executable from the source code ```sh -# Install Node.js 14.16.x on the server (https://nodejs.org/en/) +# Install Node.js 14.17x on the server (https://nodejs.org/en/) # Clone the repository if not already done git clone ... nccrd @@ -171,7 +171,7 @@ npm run pkg Executables for Mac, Linux and Windows will be placed in the `binaries/` folder. These executables can be started directly (see below for configuration) # Running the application as an executable -Binary executables are built automatically for Windows, Max, and Linux on every commit to the `stable` branch. Download the latest version of the built application from [the releases page](https://github.com/SAEON/national-climate-change-systems/releases), and start the executable from a terminal. The examples below show how to start the application with the correct SQL Server configuration (and other configurable properties). Alternatively, placing a `.env` file in the same folder as the executable will result in configuring the application on startup. +Binary executables are built automatically for Windows, Max, and Linux every time a tag is added to the repository. Download the latest version of the built application from [the releases page](https://github.com/SAEON/national-climate-change-systems/releases), and start the executable from a terminal. The examples below show how to start the application with the correct SQL Server configuration (and other configurable properties). Alternatively, placing a `.env` file in the same folder as the executable will result in configuring the application on startup. ## Linux & Mac ```sh