Skip to content

Commit

Permalink
feat: Add Windows installation guide to website
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 15, 2023
1 parent eb2084c commit f0b2113
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions windows.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Windows Installation Guide - Moon-Userbot</title>
</head>
<body>
<h1>Windows Installation Guide</h1>
<p>Update the packages: <code>apt update && apt upgrade -y</code></p>
<p>Install Git[If installed ignore]: <code>apt install git</code></p>
<p>Clone the repo: <code>git clone https://github.com/The-MoonTg-project/Moon-Userbot.git</code></p>
<p>Setup: <code>cd Moon-Userbot/ && bash install.sh</code></p>
</body>
</html>

0 comments on commit f0b2113

Please sign in to comment.