Skip to content

Commit

Permalink
chore: Add installation instructions to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Jul 26, 2024
1 parent 6bb48b9 commit d021e69
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Chainsaw Human Typing Documentation</h1>
<h2><span class="emoji">📝</span>Table of Contents</h2>
<ul>
<li><a href="usage.html">How to Use the App</a></li>
<li><a href="install.html">Installation (Executable)</a></li>
<li><a href="run-from-source.html">Running from Source</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="license.html">License</a></li>
Expand Down
25 changes: 25 additions & 0 deletions docs/install.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Installation - Chainsaw Human Typing</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Installation</h1>
<div class="section">
<p>To install Chainsaw Human Typing, follow these steps:</p>
<ol>
<li><strong>Download the Executable:</strong> Download the latest version of the application from the <a href="https://github.com/LyubomirT/chainsaw-human-typing/releases">Releases</a> page on GitHub.</li>
<li><strong>Run the App:</strong> Once the download is complete, unzip the file and run the app.</li>
<li><strong>Start Typing:</strong> Start typing on your keyboard, and Chainsaw Human Typing will simulate human typing on your computer.</li>
</ol>
</div>
<a href="index.html">Back to Home</a>
</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit d021e69

Please sign in to comment.