diff options
Diffstat (limited to 'README.md')
-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 |