This commit is contained in:
ByteDream
2021-09-02 09:38:25 +02:00
committed by GitHub
parent 3624317116
commit 4f08fee7b4

View File

@ -77,7 +77,7 @@ For this, you need [docker](https://www.docker.com/) to be installed.
``` ```
- Compile - Compile
``` ```
$ docker rum --rm -v build:/build stream-bypass $ docker run --rm -v build:/build stream-bypass
``` ```
The compiled output will remain in a (new created if not existing) `build` directory. The compiled output will remain in a (new created if not existing) `build` directory.