Merge pull request #704 from colouring-london/fix/setup-instruction

Remove not needed ` signs
This commit is contained in:
Tom Russell 2022-01-04 11:20:30 +00:00 committed by GitHub
commit 958621249a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```