From 1d8a9b113cfd301c8b3fd407212e49ff35b66bfe Mon Sep 17 00:00:00 2001 From: veguAI <152010387+vegu-ai-tools@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:08:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5352d9dd..f78e78f2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ There is also a [troubleshooting guide](docs/troubleshoot.md) that might help. ### Windows 1. Download and install Python 3.10 or Python 3.11 from the [official Python website](https://www.python.org/downloads/windows/). :warning: python3.12 is currently not supported. -1. Download and install Node.js from the [official Node.js website](https://nodejs.org/en/download/). This will also install npm. +1. Download and install Node.js from the [official Node.js website](https://nodejs.org/en/download/). LTS version recommended. This will also install npm. 1. Download the Talemate project to your local machine. Download from [the Releases page](https://github.com/vegu-ai/talemate/releases). 1. Unpack the download and run `install.bat` by double clicking it. This will set up the project on your local machine. 1. Once the installation is complete, you can start the backend and frontend servers by running `start.bat`.