Skip to content

Commit ff1f493

Browse files
committed
More details to run the project
1 parent 9a1a319 commit ff1f493

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
![Build](https://github.com/codeguru42/go-capture-api/actions/workflows/build.yaml/badge.svg)
44

55
Go Capture API is a REST API that will generate an SGF file from an image of a Go position.
6+
7+
## Requirements
8+
9+
* Python 3.11+
10+
* Docker and Docker Compose
11+
12+
## Run
13+
14+
```shell
15+
docker compose -f docker-compose-dev.yml -p go-capture-api up -d --build
16+
```

0 commit comments

Comments
 (0)