Update index.html
This commit is contained in:
parent
3e17c7ebba
commit
7436288acc
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<title>How To Install Applications Onto DremJS</title>
|
||||
</head>
|
||||
<style type="text/css">
|
||||
code { background-color: gray; color: white; }
|
||||
</style>
|
||||
<body>
|
||||
<h1>
|
||||
How to Install Applications onto DremJS
|
||||
|
@ -19,12 +22,13 @@
|
|||
<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>
|
||||
<p><a href="apps/appDirHere/index.html"><code>
|
||||
App Name Here
|
||||
</code>
|
||||
</a>
|
||||
</p>
|
||||
<br />
|
||||
<div class="big_block">
|
||||
<a href="apps/appDirHere/index.html"><code>
|
||||
App Name Here
|
||||
</code>
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Thats it! The program will appear in the Start menu and should start to work.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue