Update index.html
This commit is contained in:
parent
294740e8ce
commit
da575cb47d
|
@ -7,13 +7,28 @@
|
||||||
code { background-color: gray; color: blue; }
|
code { background-color: gray; color: blue; }
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>How to Install Applications onto DremJS</h1>
|
<h1>
|
||||||
<h2>Step 1</h2>
|
How to Install Applications onto DremJS
|
||||||
<p>Make a directory inside the "apps" directory and copy the program files to it</p>
|
</h1>
|
||||||
<h2>Step 2</h2>
|
<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>
|
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 <code><ls></code> block. Insert anywhere within it:
|
||||||
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<code><a href="apps/appDirHere/index.html>App Name Here</a></code>
|
<a href="apps/appDirHere/index.html><code>
|
||||||
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
|
App Name Here
|
||||||
</body>
|
</code>
|
||||||
|
</a>
|
||||||
|
<p>
|
||||||
|
Thats it! The program will appear in the Start menu and should start to work.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue