diff --git a/tutorial-maker/index.md b/tutorial-maker/index.md
index fca83b4..6713198 100644
--- a/tutorial-maker/index.md
+++ b/tutorial-maker/index.md
@@ -8,12 +8,33 @@ title: How to Make Tutorials
# How to Make Tutorials
## Installing Tutorial Maker
-
+
+- [NodeJS Download](https://nodejs.org/en)
+- [FFMPEG Download](https://ffmpeg.org/download.html#build-windows)
+- Clone: git clone https://github.com/ChurchApps/TutorialMaker.git
+- Install: npm install -g
## Creating a Tutorial Script
-
+
+
+<tutorial>
+ <speak>
+ <mark name="1" />
+ To register an account, click the register button in the top right corner.
+ <break time="1s"/>
+ <mark name="2" />
+ Enter your name and your email address and click "Register"
+ <break time="2s"/>
+ <mark name="end" />
+ </speak>
+</tutorial>
+
## Running the Tutorial Maker
-
-
-
+