Commit f93ee227 authored by disoul's avatar disoul

update readme(linux build)

parent c8d0568f
## Build
### Windows
```bash
del /s /q build1
npm install --prefix build1\win32-ia32 --production glob ini mkdirp ws aria2 winreg windows-shortcuts
......@@ -12,7 +13,18 @@ grunt
```
### OSX
```bash
npm install --prefix build1 --production glob ini mkdirp ws aria2
grunt
```
### LINUX (DEBIAN&UBUNTU)
```bash
npm install grunt-cli -g
npm install --prefix build1 --production glob ini mkdirp ws aria2
npm install
grunt
```
\ No newline at end of file
```
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