Skip to content

Commit b25f8f0

Browse files
authored
Update README.md (LAION-AI#2534)
update node installation for contributors
1 parent 2e6f22c commit b25f8f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ This website is built using:
3232

3333
To contribute to the website, make sure you have the following setup and installed:
3434

35-
1. [NVM](https://github.com/nvm-sh/nvm): The Node Version Manager makes it easy to ensure you have the right NodeJS
36-
version installed. Once installed, run `nvm use 16` to use Node 16.x. The website is known to be stable with NodeJS
37-
version 16.x. This will install both Node and NPM.
35+
1. Node 16: if you are on windows, you can [download node from their website](https://nodejs.org/en/download/releases),
36+
if you are on linux, use [NVM](https://github.com/nvm-sh/nvm) (Once installed, run `nvm use 16`)
3837
1. [Docker](https://www.docker.com/): We use docker to simplify running dependent services.
3938

4039
### Getting everything up and running

0 commit comments

Comments
 (0)