Skip to content

Commit 9655dd3

Browse files
committed
📝 Teeny, quicky docs update
Waaay more to go…
1 parent 2625e46 commit 9655dd3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@ image is to create an easy-to-install portable system for running unit tests wit
1919
* Ruby 2.7.1
2020

2121
## Usage
22-
`docker run -it --rm -v <local project path>:/project throwtheswitch/madsciencelab[:tag]`
22+
23+
### Generating Dockerfiles
24+
25+
`./build.sh --dir build/standard --variant "" --version 1.0.0-prerelease`
26+
27+
`./build.sh --dir build/standard --dir build/plugins --version 1.0.0-prerelease`
28+
29+
`./build.sh --dir build/arm-none-eabi --version 1.0.0-prerelease`
30+
31+
`./build.sh --dir build/arm-none-eabi --dir build/plugins --dir build/arm-none-eabi-plugins --version 1.0.0-prerelease`
32+
2333

2434
## Basic Articles Discussing Unit Testing
2535
* This docker image uses Ceedling to build "native" code as described [here](http://www.throwtheswitch.org/build/which)

0 commit comments

Comments
 (0)