From 555543eb965bbeccf5159676dd6d6271c9b60603 Mon Sep 17 00:00:00 2001 From: mshernandez5 Date: Mon, 11 Jul 2022 20:13:09 -0700 Subject: [PATCH] Add warning for newer nody-greeter versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7197121..b32d4bf 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The following instructions are a quick (and possibly outdated by the time you re 2) Install Node.js v16.x with help from [this page](https://github.com/nodesource/distributions). 3) Clone the `nody-greeter` project into its own folder, ex. `git clone https://github.com/JezerM/nody-greeter.git` 4) Set the current directory to the newly created folder, ex. `cd nody-greeter` -5) It is generally safest to choose a version instead of using the latest code by running `git checkout 1.4.1`, for example. Check the repository for the latest version. +5) Run `git checkout 1.4.1` to use nody-greeter version 1.4.1. Please note that WelcomeXP v0.4.0 is *not* compatible with nody-greeter 1.5.0+; an update will be released soon to address this. 6) Run `npm install` to fetch dependencies. 7) Run `npm run rebuild` 8) Run `npm run build`