Skip to content

Commit 7936b8f

Browse files
committed
use python3 in readme
1 parent 5dd71ee commit 7936b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ If you keep on logging in too fast (re-updating credentials) you might get an "i
3434

3535
# Example Usage
3636

37-
Run `python mcidle.py --username=example@example.com --password=pw123 --ip=2b2t.org` to point mcidle to `2b2t.org` and listen on `localhost:1337` with the login information `example@example.com` and password `pw123`.
37+
Run `python3 mcidle.py --username=example@example.com --password=pw123 --ip=2b2t.org` to point mcidle to `2b2t.org` and listen on `localhost:1337` with the login information `example@example.com` and password `pw123`.
3838

3939
Connecting to `localhost:1337` with your Minecraft client will let you resume your connection to `2b2t.org`. You can change the port at any time by changing the `dport` flag.
4040

41-
Run `python mcidle.py --help` for additional instructions on how to use the command-line utility.
41+
Run `python3 mcidle.py --help` for additional instructions on how to use the command-line utility.
4242

4343
```
4444
usage: mcidle.py [-h] [--ip IP] [--port PORT] [--protocol PROTOCOL]

0 commit comments

Comments
 (0)