Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit 772d4ca

Browse files
committed
docs(README): update helper script section, add all.sh
1 parent fad53a1 commit 772d4ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ Use `docker-compose run dev` to start the dev container. This will put you in an
2121

2222
To run the application inside of the container, do `cd rtc-data` and then `./runall.sh`
2323

24-
## Running tests
24+
## Helper scripts
2525

26-
Helper script:
26+
Check, build, and test everything:
27+
28+
```shell
29+
./all.sh
30+
```
31+
32+
Run tests :
2733

2834
```shell
2935
./runtests.sh

0 commit comments

Comments
 (0)