diff --git a/README.md b/README.md index f6636738..b30a0418 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,13 @@ The following flags can be passed to `cmake`: - `-DTEST=1` Enable regression tests (default 0 = no). Note: needs googletest, will be downloaded on the fly if unavailable. To run tests: ```make test```. +# Running + +`cockatrice` is the game client +`oracle` fetches card data +`servatrice` is the server
+ + #### Servatrice Docker container A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker).
@@ -106,13 +113,6 @@ Please note that running this command will expose the TCP port 4747 of the docke More infos on how to use Servatrice with Docker can be found in our [wiki](https://github.com/Cockatrice/Cockatrice/wiki/Setting-up-Servatrice#using-docker). -# Running - -`cockatrice` is the game client -`oracle` fetches card data -`servatrice` is the server
- - # License [![GPLv2 License](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING) Cockatrice is free software, licensed under the [GPLv2](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING).