Skip to content

Commit e6e3b6a

Browse files
committed
Merge pull request #455 from NativeScript/ikoevska/unsafe-perm
Fixing installation info
2 parents 0376258 + 26f1dd2 commit e6e3b6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ The NativeScript CLI is available for installing as an npm package.
209209

210210
In the command prompt, run the following command.
211211

212-
```Shell
213-
npm install nativescript -g
214-
```
215-
216-
> On OS X and Linux systems, you might need to run this command using sudo.
212+
OS | Node.js installed from http://nodejs.org/ | Node.js installed via package manager
213+
---|---------------------|----
214+
Windows | `npm install nativescript -g` | `npm install nativescript -g`
215+
OS X | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
216+
Linux | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
217217

218218
## Configure Proxy Usage
219219

0 commit comments

Comments
 (0)