Commit f93ee227 authored by disoul's avatar disoul

update readme(linux build)

parent c8d0568f
## Build ## Build
### Windows ### Windows
```bash ```bash
del /s /q build1 del /s /q build1
npm install --prefix build1\win32-ia32 --production glob ini mkdirp ws aria2 winreg windows-shortcuts npm install --prefix build1\win32-ia32 --production glob ini mkdirp ws aria2 winreg windows-shortcuts
...@@ -12,7 +13,18 @@ grunt ...@@ -12,7 +13,18 @@ grunt
``` ```
### OSX ### OSX
```bash ```bash
npm install --prefix build1 --production glob ini mkdirp ws aria2 npm install --prefix build1 --production glob ini mkdirp ws aria2
grunt grunt
``` ```
### LINUX (DEBIAN&UBUNTU)
```bash
npm install grunt-cli -g
npm install --prefix build1 --production glob ini mkdirp ws aria2
npm install
grunt
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment