Skip to content

Commit

Permalink
Merge pull request #704 from colouring-london/fix/setup-instruction
Browse files Browse the repository at this point in the history
Remove not needed ` signs
  • Loading branch information
tomalrussell authored Jan 4, 2022
2 parents 12290c0 + 6e993e5 commit 9586212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ root user profile. Don't forget to exit from root at the end.
```
sudo su root
export NODEJS_HOME=/usr/local/lib/node/node-v12.14.1/bin/
export PATH=$NODEJS_HOME:$PATH`
npm install -g npm@next`
export PATH=$NODEJS_HOME:$PATH
npm install -g npm@next
exit
```

Expand Down

0 comments on commit 9586212

Please sign in to comment.