diff --git a/README.md b/README.md
index 1721022..96f884b 100755
--- a/README.md
+++ b/README.md
@@ -36,8 +36,12 @@ Translator's Name
### Example file structure:
-### Sass
-Colors are represented in sass variabless. Use **css/_variables.scss** to edit the background and accent colors. You will need a sass compiler.
+Run the following commands to generate your website:
-### Dependencies
-Vue.js - Interface library
+```bash
+# Generate a booklist
+node booklistgen.js [root image folder]
+
+# Build index file
+yarn run build
+```