45 lines
1.4 KiB
HTML
45 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>How To Install Applications On DremJS</title>
|
|
</head>
|
|
<style type="text/css">
|
|
code {
|
|
background-color: #eee;
|
|
color: white;
|
|
padding: 5px;
|
|
display: block;
|
|
}
|
|
body {
|
|
font-family: Calibri;
|
|
}
|
|
</style>
|
|
<body>
|
|
<embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true">
|
|
<h1>
|
|
How to Install Applications On DremJS
|
|
</h1>
|
|
<h2>
|
|
Step 1
|
|
</h2>
|
|
<p>
|
|
Make a directory inside the "apps" directory and copy the program files to it
|
|
</p>
|
|
<img src="apps.png" alt="App folder">
|
|
<h2>
|
|
Step 2
|
|
</h2>
|
|
<p>
|
|
Go to the index-open.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it, changing the image src, and application names to your needs:
|
|
Note: If there is a "install.txt" file in the application folder, please copy the script from there.
|
|
</p>
|
|
<br />
|
|
<img src="script.png" alt="Script">
|
|
<p>
|
|
Thats it! The program will appear in the Start menu and should start to work.
|
|
</p>
|
|
<br />
|
|
<p><a href="https://github.com/SparrOSDeveloperTeam/">SparrOS Developer Team</a> helped develop application. Thanks!</p>
|
|
</body>
|
|
</html>
|