dremjs-old/apps/howto/index.html
Innovation Inc 404026a4c2 Spring cleaning
Cleaned up the file structure a bit.
Also made the terminal portable.
2021-03-26 02:34:24 -05:00

47 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>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
<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>