dremjs-old/apps/HowTo/index.html
SparrOSDeveloperTeam 30ab61757d
Update index.html
2018-06-29 20:27:56 -05:00

14 lines
559 B
HTML

<html>
<title>How To Install Applications Onto DremJS</title>
<body>
<h1>How to Install Applications onto DremJS</h1>
<h2>Step 1</h2>
<p>Make a directory inside the "apps" directory and copy the program files to it</p>
<h2>Step 2</h2>
<p>Go to the index.html file on the root of the OS and go to the <ls> block. Insert anywhere within it:</p>
<br />
<li><a href="apps/appDirHere/index.html><i>App Name Here</i></a></li>
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
</body>
</html>