Update index.html

This commit is contained in:
SparrOSDeveloperTeam 2018-06-29 20:31:19 -05:00 committed by GitHub
parent 30ab61757d
commit b0fac17205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,16 @@
<!DOCTYPE html>
<html> <html>
<title>How To Install Applications Onto DremJS</title> <head>
<body> <title>How To Install Applications Onto DremJS</title>
</head>
<body>
<h1>How to Install Applications onto DremJS</h1> <h1>How to Install Applications onto DremJS</h1>
<h2>Step 1</h2> <h2>Step 1</h2>
<p>Make a directory inside the "apps" directory and copy the program files to it</p> <p>Make a directory inside the "apps" directory and copy the program files to it</p>
<h2>Step 2</h2> <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> <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 /> <br />
<li><a href="apps/appDirHere/index.html><i>App Name Here</i></a></li> <pre><code><a href="apps/appDirHere/index.html>App Name Here</a></code></pre>
<p>Thats it! The program will appear in the Start menu and should start to work.</p> <p>Thats it! The program will appear in the Start menu and should start to work.</p>
</body> </body>
</html> </html>