summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-10-17 11:39:58 +0100
committerJoe Robinson <joe@lc8n.com>2016-10-17 11:39:58 +0100
commitbbe92ad9220cdea91b6aa5d6d0f8dc705cc8755f (patch)
treecc21d45c50d1b889e50dcc6e9fe38d92aa502d24
parent5643ffd0e9bd692f741d983983794f0183c4da22 (diff)
Update README.mdHEADmaster
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96e6915..d99a8a5 100644
--- a/README.md
+++ b/README.md
@@ -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