Skip to content

Commit

Permalink
Update readme #70
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Nov 12, 2024
1 parent b5d8806 commit 59c924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


## Install
First you have to install NodeJS if you don't already have it from https://nodejs.org/. This app has been developed on Node version 7.9 and also tested on Node 8 and 9. There is a known conflict that currently prevents use of Node version 10 or later. If your system's version is outside that range you will want to install a supported version. This is easy to do using the Node Version Manager from https://github.com/creationix/nvm. (_Note the instruction on updating your shell's configuration file or you may find the Node version reverts on starting a new session_)
First you have to install NodeJS if you don't already have it from https://nodejs.org/. This app requires Node version 20+. We recommend using the [Node Version Manager (nvm)](https://github.com/creationix/nvm).

Then clone the repo, install the dependencies and start it:

Expand Down

0 comments on commit 59c924f

Please sign in to comment.