Skip to content

Commit

Permalink
Clarified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-WAIFU committed Jul 15, 2023
1 parent 35f9b5b commit d5542f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ To verify the installation run
```
python -m minetester.scripts.test_loop
```
Quick build instructions for linux

Quick Build Instructions for Linux
==================================

Run these make commands in order to build and install minetester.
If anything goes wrong during install, inspect the relevant entry/script in the Makefile to see what it's trying to do.

```bash
make deb_deps #install debian dependencies, equivalent commands are nessesary for other distros
make python_build_deps #install build dependencies into the local python environment (we reccomend using a venv)
Expand Down

0 comments on commit d5542f5

Please sign in to comment.