Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Oct 3, 2024
1 parent 279e749 commit 0685f27
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions tutorial-maker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,33 @@ title: How to Make Tutorials
# How to Make Tutorials

## Installing Tutorial Maker
<video src="../videos/tutorial-maker/install/output.mp4" />
<video style="width:100%" controls >
<source src="../videos/tutorial-maker/install/output.mp4" type="video/mp4">
</video>
- [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
<video src="../videos/tutorial-maker/create/output.mp4" />
<video style="width:100%" controls >
<source src="../videos/tutorial-maker/create/output.mp4" type="video/mp4">
</video>
<code>
&lt;tutorial&gt;<br/>
&lt;speak&gt;<br/>
&lt;mark name=&quot;1&quot; /&gt;<br/>
To register an account, click the register button in the top right corner.<br/>
&lt;break time=&quot;1s&quot;/&gt;<br/>
&lt;mark name=&quot;2&quot; /&gt;<br/>
Enter your name and your email address and click &quot;Register&quot;<br/>
&lt;break time=&quot;2s&quot;/&gt;<br/>
&lt;mark name=&quot;end&quot; /&gt;<br/>
&lt;/speak&gt;<br/>
&lt;/tutorial&gt;<br/>
</code>

## Running the Tutorial Maker
<video src="../videos/tutorial-maker/run/output.mp4" />


<video style="width:100%" controls >
<source src="../videos/tutorial-maker/run/output.mp4" type="video/mp4">
</video>

0 comments on commit 0685f27

Please sign in to comment.