Skip to content

Commit 4fbd3f5

Browse files
authored
Remove dollar sign in command (#26)
1 parent bd57013 commit 4fbd3f5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,19 @@ to run the fuzzing test suite. The `docker-compose.yml` sets up an Elixir
8888
container, a simple websocket echo server, and the Autobahn|Testsuite fuzzing
8989
server.
9090

91+
In host:
92+
93+
```sh
94+
docker-compose up -d
95+
docker-compose exec app bash
9196
```
92-
(host)$ docker-compose up -d
93-
(host)$ docker-compose exec app bash
94-
(app)$ mix deps.get
95-
(app)$ mix test
96-
(app)$ iex -S mix
97+
98+
In app:
99+
100+
```sh
101+
mix deps.get
102+
mix test
103+
iex -S mix
97104
```
98105

99106
[ci-badge]: https://github.com/elixir-mint/mint_web_socket/workflows/CI/badge.svg

0 commit comments

Comments
 (0)