Skip to content

Commit

Permalink
Readme update to indicate Node v18 requirement
Browse files Browse the repository at this point in the history
- Future release will require more modern Node version
- Contributes to #353
  • Loading branch information
exsilium committed Jan 29, 2025
1 parent c9e0868 commit 6ddeeb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pylon is built entirely on a web stack, making it the most hacker-friendly IDE t
## Features

- High performance ACE text editor with bundled syntax highlighting to support a wide range of programming languages.
- Modern node support (NodeJS >= 14.21.1)
- Modern node support (NodeJS >= 18.20.6)
- Up to date dependencies and compatibility fixes
- Terminal

Expand Down Expand Up @@ -59,9 +59,9 @@ For quality of life it is recommended to remap Caps Lock hardware key to act as

If installing on Windows, please refer to [Installation on Windows](#installation-on-windows-experimental).

Requirements (>= 2.9.0):
Requirements (>= 2.11.0):

* NodeJS `>= 14.21.1`
* NodeJS `>= 18.20.6`
* g++-4.9 (Required for node-pty compilation)
* make (Required for node-pty compilation)
* python (Required for node-pty compilation)
Expand Down

0 comments on commit 6ddeeb5

Please sign in to comment.