Skip to content

Commit

Permalink
Update downloads.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MFDGaming authored Mar 9, 2022
1 parent ffef995 commit c2c506f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Minecraft bedrock server software.">
<meta name="keywords" content="podrum, open source, server, software, python, minecraft, bedrock">
<meta name="keywords" content="podrum, open source, server, software, c, minecraft, bedrock">
<meta charset="utf-8">
</head>
<body>
Expand All @@ -32,19 +32,17 @@ <h1>Download:</h1>
<h1>Run:</h1>
<p>Run Podrum by executing these commands:</p>
<p>
<!-- I think you can just run "python -m pip", no? -->
On Unix systems (Linux, macOS):<br/>
<div class="monospace">
pip3 install -r requirements.txt<br/>
python3 run.py
</div><br/>
You may need to install <span class="monospace">python-dev</span> package on Linux before running these commands.
cmake CMakeLists.txt<br/>
make
</div>
</p>
<p>
On Windows:<br/>
<div class="monospace">
pip install -r requirements.txt<br/>
python run.py
cmake CMakeLists.txt<br/>
msbuild PodrumR3.sln
</div>
</p>
<p>Have a great time using Podrum!</p>
Expand Down

0 comments on commit c2c506f

Please sign in to comment.