diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-17 11:39:58 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-17 11:39:58 +0100 |
commit | bbe92ad9220cdea91b6aa5d6d0f8dc705cc8755f (patch) | |
tree | cc21d45c50d1b889e50dcc6e9fe38d92aa502d24 | |
parent | 5643ffd0e9bd692f741d983983794f0183c4da22 (diff) |
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -15,4 +15,16 @@ Written in JavaScript using node.js Uses the Electron JS framework. -Uses the KiwiIRC irc-framework library.
\ No newline at end of file +Uses the KiwiIRC irc-framework library. + +To build: + +Run `npm install` + +Navigate to the semantic directory + +Run `gulp build` + +Edit config.json as desired + +Run the program with `electron .`
\ No newline at end of file |