From 2956be36d1bc7358ff95bf9d17ef31d0c6546a82 Mon Sep 17 00:00:00 2001 From: hearmeneigh <52509909+hearmeneigh@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:53:51 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc8654b..9b9f4e2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0 ## TL;DR ### Setting Up +FChat-Rising requires a specific version of NodeJS and may not work on newer versions. Use [`nvm`](https://github.com/nvm-sh/nvm) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) to simplify your life. + ```bash # Windows only npm install --global --production --vs2015 --add-python-to-path windows-build-tools node-gyp From 79731fe902169e8fd9df8a9c012448931fe4678e Mon Sep 17 00:00:00 2001 From: hearmeneigh <52509909+hearmeneigh@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:54:55 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9f4e2..0bf2de8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0 ## TL;DR ### Setting Up -FChat-Rising requires a specific version of NodeJS and may not work on newer versions. Use [`nvm`](https://github.com/nvm-sh/nvm) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) to simplify your life. +FChat-Rising uses NodeJS `16.x` and may not work on newer versions. Use [`nvm`](https://github.com/nvm-sh/nvm) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) to simplify your life. ```bash # Windows only