Update index.html
This commit is contained in:
parent
eee6e156be
commit
03360ba7ec
|
@ -1,10 +1,13 @@
|
|||
<html>
|
||||
<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 />
|
||||
<pre><code><li><a href="apps/appDirHere/index.html><p>App Name Here</p></a></li></code></pre>
|
||||
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
|
||||
<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 />
|
||||
<pre><code><li><a href="apps/appDirHere/index.html><p>App Name Here</p></a></li></code></pre>
|
||||
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue