Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin committed Mar 23, 2016
1 parent a4be0cb commit ded6a08
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,37 @@ Run and press `alt+space` anywhere

See [Plugin Documentation](docs/plugin-docs.md)

## Running from Sources
```shell
# Clone this repo
git clone https://github.com/appetizermonster/hain.git
# Go into the repo
cd hain
# Install dependencies
npm install
npm install -g --arch=ia32 electron-prebuilt
# Build sources
gulp
# Run with electron
electron .
```

## Building

```
```shell
# Clone this repo
git clone https://github.com/appetizermonster/hain.git
# Go into the repo
cd hain
# Install dependencies
npm install
# Build installers
gulp build-all
```

>**Note:** this project uses Electron 32bit version

## Contributing
Feel free to send any pull request to `develop` branch!

Expand Down

0 comments on commit ded6a08

Please sign in to comment.