Remove not needed ` signs

This commit is contained in:
Mateusz Konieczny 2021-12-25 11:49:25 +01:00 committed by GitHub
parent 12290c09b6
commit 6e993e59d7
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
```