Skip to content

Commit

Permalink
build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 13, 2018
1 parent 3285f00 commit c820c91
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,25 @@ External informations outside of the blockchain (such as the Block Producer stan
## Building Instructions

#### Windows

Setup sources:
```console
git clone https://github.com/eosrio/simpleos.git
cd simpleos
npm install
npm run build:prod
```
Creater installer on Windows:
Create installer:
```
npm install -g @electron-forge/cli
npm install -g @electron-forge/maker-squirrel
npx @electron-forge/cli make
electron-forge make
# installer will be available on ./out/make/...
```

For development and quick preview
For quick preview:
```console
npm run build && npx @electron-forge/cli start
npm run build:prod && npx @electron-forge/cli start
```

#### MacOS
Expand Down

0 comments on commit c820c91

Please sign in to comment.