We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd57013 commit 4fbd3f5Copy full SHA for 4fbd3f5
1 file changed
README.md
@@ -88,12 +88,19 @@ to run the fuzzing test suite. The `docker-compose.yml` sets up an Elixir
88
container, a simple websocket echo server, and the Autobahn|Testsuite fuzzing
89
server.
90
91
+In host:
92
+
93
+```sh
94
+docker-compose up -d
95
+docker-compose exec app bash
96
```
-(host)$ docker-compose up -d
-(host)$ docker-compose exec app bash
-(app)$ mix deps.get
-(app)$ mix test
-(app)$ iex -S mix
97
98
+In app:
99
100
101
+mix deps.get
102
+mix test
103
+iex -S mix
104
105
106
[ci-badge]: https://github.com/elixir-mint/mint_web_socket/workflows/CI/badge.svg
0 commit comments