-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation.html
68 lines (58 loc) · 2.39 KB
/
installation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Installation</title>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
</style>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="installation.html">Installation</a></li>
<li><a href="compatibility.html">Compatibility and Requirements</a></li>
<li><a href="notes.html">Update Notes</a></li>
<li><a href="old.html">Legacy (SUSE) Versions</a></li>
</ul>
<h1>Welome to the Official DremOS Website</h1>
<h2>Latest Version: 0.6.0</h2>
<p>Project Status: Active</p>
<p>Click a button above to navigate the site</p>
<hr />
<h1>Downloads</h1>
<h2>DremOS 0.6.0 ("Foxtrot")</h2>
<p>Oh what the h*** let's skip 0.5.0. We bring you DremOS 0.6.0 codenamed Foxtrot.</p>
<a href="#">Download</a>
<p>Note: DremOS 0.6.0 has not been released yet, so this link will not work.</p>
<p>Expected release date: 7/2/19 5 P.M. (CST)</p>
<h1>Installation</h1>
<h2>Step 1.) Download DremOS</h2>
<p>It is strongly recommended to use the latest build as it will have the most features and better security than older builds.</p>
<h2>Step 2.) Depending on your computer, you may have multiple options here.</h2>
<p>Option 1 - disk Drive: If your coputer has a disk drive, you can burn the iso to a DVD and install off of it.</p>
<p>Option 2 - thumb drive (recommended): This is a faster way to install. To do this, download Rufus <a href="https://rufus.akeo.ie/">here</a> and flash the image to a thumb drive with at least 8GBs of storage.</p>
<h2>Step 3.) Installation</h2>
<p>When starting up your computer with the thumbdrive or DVD in your it, press your computer's boot selector key (usualy a key like ESC, F2, F8, F12, etc.). You can find this out by searching your computer's model number on its manufacturer's site. Select your thumbdrive or DVD to boot. When it boots, select the Install button. The installation should be very simple from here.</p>
</body>
</html>