Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* Add in *nvm* link on superscript 3. Compiling *node* is just taking way too long on production *(> 1.5 hours now)*. Really needs more memory and cores to speed things up... until then using the precompiled binaries.

`nvm install 18` and `nvm use 18` ... which picks most recent. Rerun *nvm* install script to update *nvm*.
  • Loading branch information
Martii committed Jun 12, 2024
1 parent 5e857e4 commit 6b1851c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The home of Free and Open Source Software (FOSS) user scripts. Built using Node.

Repository | Reference | Recent Version
:--- | :---: | :---
[nodejs][nodeGHUrl] | [Documentation][nodejsDOCUrl] | <a href="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true"><img src="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true" alt="Current release schedule" title="Click to enlarge... Current release schedule" width="96" height="50"/></a> [&#x00b9;][nodejsGHReleasesUrl] [RELEASES][nodejsReleasesUrl] [²][nodejsDownloadsUrl]
[nodejs][nodeGHUrl] | [Documentation][nodejsDOCUrl] | <a href="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true"><img src="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true" alt="Current release schedule" title="Click to enlarge... Current release schedule" width="96" height="50"/></a> [&#x00b9;][nodejsGHReleasesUrl] [RELEASES][nodejsReleasesUrl] [²][nodejsDownloadsUrl] [³][nodejsNvmDownload]
[npm][npmGHUrl] | [Documentation][npmDOCUrl] | [![npm][npmNPMVersionImage]][npmNPMUrl] [RELEASES][npmGHReleasesUrl]

### Contributing
Expand Down Expand Up @@ -112,6 +112,7 @@ Outdated dependencies list can be achieved with `$ npm outdated` from the termin
[nodejsReleasesUrl]: https://nodejs.org/blog/release
[nodejsDownloadsUrl]: https://nodejs.org/download/release/
[nodejsDOCUrl]: https://nodejs.org/documentation/
[nodejsNvmDownload]: https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating

[npmNPMUrl]: https://www.npmjs.com/package/npm
[npmNPMVersionImage]: https://badgen.net/npm/v/npm?cache=86400
Expand Down

0 comments on commit 6b1851c

Please sign in to comment.