Skip to content

Commit

Permalink
mac support
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Nov 18, 2019
1 parent be32da3 commit 6251d1c
Show file tree
Hide file tree
Showing 42 changed files with 742 additions and 106 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,19 @@ Welcome contributing to ion!
```
### 2. build
```
./scripts/installDeps.sh
//centos
./scripts/centos/installDeps.sh
//mac
./scripts/centos/installDeps.sh
```
### 3. run
```
./scripts/allRestart.sh
//centos
./scripts/centos/allRestart.sh
//mac
./scripts/mac/allRestart.sh
```
### 4. let's chat
Open this url with chrome
Expand Down
Loading

0 comments on commit 6251d1c

Please sign in to comment.