This commit is contained in:
ByteDream 2021-09-02 09:38:25 +02:00 committed by GitHub
parent 3624317116
commit 4f08fee7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ For this, you need [docker](https://www.docker.com/) to be installed.
```
- 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.