|
6 | 6 | [Installation](#installation)\ |
7 | 7 | [Development](#development)\ |
8 | 8 | [Extensions](#extensions)\ |
9 | | -[Contributions](#contributions) |
| 9 | +[Contributors](#contributors) |
10 | 10 |
|
11 | 11 | ### Installation |
12 | 12 | **What you need:** |
13 | 13 | * [The latest release of Blueprint.](https://github.com/teamblueprint/main/releases/latest) |
14 | 14 | * [`unzip`](https://pkgs.org/download/unzip) |
15 | | -* [`nodejs`](https://nodejs.org) (18.x or later) |
| 15 | +* [`nodejs`](https://nodejs.org) (20.x or later) |
16 | 16 | * [`yarn`](https://yarnpkg.com/) |
17 | 17 | * Linux and Pterodactyl knowledge. |
18 | 18 | * Common sense. |
|
22 | 22 | 2. Navigate to your Pterodactyl folder. (most likely `/var/www/pterodactyl`) |
23 | 23 | 3. Install NodeJS, NPM and Yarn using the following script. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems. |
24 | 24 | ```sh |
25 | | -curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - |
| 25 | +curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - |
26 | 26 | apt-get install -y nodejs |
27 | 27 | npm i -g yarn |
28 | 28 | yarn |
@@ -52,7 +52,7 @@ We've made some guides and documentation for extension development over on [GitB |
52 | 52 | **Recolor**: [GitHub](https://github.com/sp11rum/recolor), [sourceXchange](https://www.sourcexchange.net/products/announcements)\ |
53 | 53 | **Redirect**: [PterodactylMarket](https://pterodactylmarket.com/resource/664), [GitHub](https://github.com/prplwtf/blueprint-redirect) |
54 | 54 |
|
55 | | -### Contributions |
| 55 | +### Contributors |
56 | 56 | [prplwtf](https://github.com/prplwtf) - creator and maintainer\ |
57 | 57 | [ahwxorg](https://github.com/ahwxorg) - contributor\ |
58 | 58 | [alipoyrazaydin](https://github.com/alipoyrazaydin) - contributor\ |
|
0 commit comments