Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <[email protected]>
  • Loading branch information
alkurbatov committed Jul 30, 2022
1 parent 5af8174 commit 3994b83
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
Dockerized StarCraft 2 Linux application.

## Usage
1. Pull the latest image:
```bash
# Build the image:
$ docker build -t docker-sc2 .
$ docker pull alkurbatov/sc2
```

# Run the image:
$ docker run -p 8167:8167 docker-sc2
2. Run the image:
```
$ docker run -p 8167:8167 alkurbatov/sc2
```

3. Connect to the game
Example code for the C++ API can be found [here](https://github.com/cpp-sc2/scrubber).

## License
Copyright (c) 2021-2022 Alexander Kurbatov

Expand Down

0 comments on commit 3994b83

Please sign in to comment.