Skip to content

Commit 22da59d

Browse files
committed
docs: update readme
1 parent 59b9512 commit 22da59d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ provided `Dockerfile` together with the
2525
for VS Code), you can build the project by running:
2626

2727
```bash
28-
cd nucleo-f446re/ButtonLed
29-
make
28+
make build
3029
```
3130

3231
This should create the compiled binaries under the
@@ -38,7 +37,7 @@ After building the binaries, run the following command from the main directory
3837
to test for the expected behavior:
3938

4039
```bash
41-
renode-test tests/test-button.robot
40+
make test
4241
```
4342

4443
Sample output from GitHub Actions after the test has run successfully:

0 commit comments

Comments
 (0)