File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ files.
2929
3030### Local setup
3131
32- 1 . Install the [ ** active LTS** release] [ nodejs-rel ] of ** Node.js** . We
33- recommend using ** [ nvm] [ ] ** to manage your Node installation (Linux command
34- shown):
32+ 1 . [ Fork] [ ] and then [ clone] [ ] this repo.
33+ 2 . ** Change** to the repo directory.
34+ 3 . ** Install or upgrade** to the [ ** active LTS** release] [ nodejs-rel ] of
35+ ** Node.js** . We recommend using ** [ nvm] [ ] ** to manage your Node
36+ installation. Under Linux, run the following command (which will
37+ install/upgrade to the version specified in [ .nvmrc] [ ] ):
3538
3639 ``` console
37- $ nvm install --lts
40+ $ nvm install
3841 ```
3942
4043 To [install under Windows][nodejs-win], use [nvm-windows][]:
4346 > nvm install lts && nvm use lts
4447 ```
4548
46- 2. [Fork][] and then [clone][] this repo.
47- 3. Change to the repo directory.
48494. Get npm packages and other prerequisites:
4950 ```console
5051 $ npm install
@@ -128,6 +129,7 @@ the production server.
128129To see deploy logs and more, visit project's [ dashboard] [ ] -- Netlify login
129130required.
130131
132+ [ .nvmrc ] : .nvmrc
131133[ clone] :
132134 https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
133135[ dashboard ] : https://app.netlify.com/sites/opentelemetry/overview
You can’t perform that action at this time.
0 commit comments