summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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