forked from cWorksLLC/tear-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 882 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (21 loc) · 882 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>mojaveOS - Your Command-Line Operating System</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to mojaveOS</h1>
<p>Your powerful command-line operating system built with Python.</p>
<h2>Getting Started</h2>
<ul>
<li><strong>Download and Install:</strong> <a href="https://github.com/Alejandrix2456github/MojaveOS/releases/tag/1.4">Download the latest release</a></li>
<li><strong>Run from the terminal:</strong> Open a terminal and navigate to the downloaded directory. Execute the `python TearOS1.4.py` command & command may vary on ur OS.</li>
</ul>
<h2>Documentation</h2>
<p>Learn more about tearOS commands and features in our documentation:</p>
<ul>
<li><a href="https://github.com/AlejandrixKing2456github/MojaveOS/docs">Official Documentation</a></li>
</ul>
<body>
</html>