We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af8174 commit 3994b83Copy full SHA for 3994b83
README.md
@@ -2,14 +2,19 @@
2
Dockerized StarCraft 2 Linux application.
3
4
## Usage
5
+1. Pull the latest image:
6
```bash
-# Build the image:
7
-$ docker build -t docker-sc2 .
+$ docker pull alkurbatov/sc2
8
+```
9
-# Run the image:
10
-$ docker run -p 8167:8167 docker-sc2
+2. Run the image:
11
12
+$ docker run -p 8167:8167 alkurbatov/sc2
13
```
14
15
+3. Connect to the game
16
+Example code for the C++ API can be found [here](https://github.com/cpp-sc2/scrubber).
17
+
18
## License
19
Copyright (c) 2021-2022 Alexander Kurbatov
20
0 commit comments