Skip to content

Commit 3994b83

Browse files
committed
docs: Update README
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent 5af8174 commit 3994b83

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
Dockerized StarCraft 2 Linux application.
33

44
## Usage
5+
1. Pull the latest image:
56
```bash
6-
# Build the image:
7-
$ docker build -t docker-sc2 .
7+
$ docker pull alkurbatov/sc2
8+
```
89

9-
# Run the image:
10-
$ docker run -p 8167:8167 docker-sc2
10+
2. Run the image:
11+
```
12+
$ docker run -p 8167:8167 alkurbatov/sc2
1113
```
1214

15+
3. Connect to the game
16+
Example code for the C++ API can be found [here](https://github.com/cpp-sc2/scrubber).
17+
1318
## License
1419
Copyright (c) 2021-2022 Alexander Kurbatov
1520

0 commit comments

Comments
 (0)