Skip to content

Commit

Permalink
Update readme setup info
Browse files Browse the repository at this point in the history
We no longer need an ancient version of node for vscode-textmate
  • Loading branch information
tobil4sk committed Jul 26, 2024
1 parent 7ee700a commit 1f8a3a2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,11 @@ The haxe.org website was designed to be easy to generate, to run a local copy fo
* Haxelib
* Neko
* cUrl
* NodeJS 10 (via `nvm`: <https://github.com/nvm-sh/nvm>)
* NodeJS
* npm

### Setting up

* Set up node using nvm:

```sh
nvm install 10
npm config set node_gyp $(npm prefix -g)/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
```

* Install the dependencies `haxelib install all` and `npm install` in the root directory.
* Update submodule dependencies `git submodule init && git submodule update`.
* Clone the manual into the `manual` directory with `git clone https://github.com/HaxeFoundation/HaxeManual.git manual`.
Expand Down

0 comments on commit 1f8a3a2

Please sign in to comment.