diff --git a/README.md b/README.md index 31f7db6..8f70da9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,23 @@ Tool to test the limits of OpenSlides. ## Install +### From github + +Binaries of the tool get be fetched from the last release: + +https://github.com/OpenSlides/openslides-performance/releases + + +### With Docker + +The tool can also be run with docker: + +docker run --network=host ghcr.io/openslides/openslides-performance:latest + +The argument `--network=host` is needed for the most commands to test a local +instance. For remove instances, it should not be needed. + + ### With installed go ``` @@ -26,12 +43,3 @@ You can see the usage of the command by calling it. ``` openslides-performance ``` - -## Docker - -You can run the command with docker: - -``` -docker build . -t openslides-performance -docker run --network host openslides-performance -```