From f08768a1c6d82a6e690a0d53c90b5f6f521aa899 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Wed, 21 Sep 2022 17:29:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ce421f..7f40d02 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Some of the opinionated choices made here include: To setup your local machine for development, please make sure you have the following: -* A modern version of Node.js +* A modern version of Node.js (version 16.15.0 or later) * Installation instructions can be found [here](https://nodejs.org/) * Run in terminal `node -v` to verify your installation, the project was tested on `v17.3.0` * The `func` CLI tool (FunC compiler) @@ -94,4 +94,4 @@ Alternatively, you can ignore the above requirements and develop right inside a * To deploy to mainnet (production), run in terminal `npm run deploy` * To deploy to testnet instead (where TON coins are free), run `npm run deploy:testnet` * Follow the on-screen instructions of the deploy script - \ No newline at end of file +