-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add installation instructions to the documentation
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |