Skip to content

Commit dc66afc

Browse files
committed
2 parents 9a693b5 + a7316a0 commit dc66afc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
[Installation](#installation)\
77
[Development](#development)\
88
[Extensions](#extensions)\
9-
[Contributions](#contributions)
9+
[Contributors](#contributors)
1010

1111
### Installation
1212
**What you need:**
1313
* [The latest release of Blueprint.](https://github.com/teamblueprint/main/releases/latest)
1414
* [`unzip`](https://pkgs.org/download/unzip)
15-
* [`nodejs`](https://nodejs.org) (18.x or later)
15+
* [`nodejs`](https://nodejs.org) (20.x or later)
1616
* [`yarn`](https://yarnpkg.com/)
1717
* Linux and Pterodactyl knowledge.
1818
* Common sense.
@@ -22,7 +22,7 @@
2222
2. Navigate to your Pterodactyl folder. (most likely `/var/www/pterodactyl`)
2323
3. Install NodeJS, NPM and Yarn using the following script. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.
2424
```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 -
2626
apt-get install -y nodejs
2727
npm i -g yarn
2828
yarn
@@ -52,7 +52,7 @@ We've made some guides and documentation for extension development over on [GitB
5252
**Recolor**: [GitHub](https://github.com/sp11rum/recolor), [sourceXchange](https://www.sourcexchange.net/products/announcements)\
5353
**Redirect**: [PterodactylMarket](https://pterodactylmarket.com/resource/664), [GitHub](https://github.com/prplwtf/blueprint-redirect)
5454

55-
### Contributions
55+
### Contributors
5656
[prplwtf](https://github.com/prplwtf) - creator and maintainer\
5757
[ahwxorg](https://github.com/ahwxorg) - contributor\
5858
[alipoyrazaydin](https://github.com/alipoyrazaydin) - contributor\

0 commit comments

Comments
 (0)