Skip to content

Commit

Permalink
Add global program name to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Jul 3, 2016
1 parent b1136d8 commit 00fb84a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ $ ./screeps_console/console.py
This project also offers an interactive shell that can be used for both reading
console output and sending console commands to the server.

If you've installed using the provided make file you can launch

```bash
$ screepsconsole
```

You can also call the python script directly.

```bash
$ ./screeps_console/interactive.py
```
Expand Down

0 comments on commit 00fb84a

Please sign in to comment.