Skip to content

Commit

Permalink
readme instructions incorrect, changed 'make tests -j4' to 'make Wolk…
Browse files Browse the repository at this point in the history
…AboutConnectorTests -j4'
  • Loading branch information
alex64a committed Jun 12, 2024
1 parent ac315a4 commit 976e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Generated build system is located inside `out` directory
```shell
cd out # Change the directory if you haven't
make -j$(nproc) # Make the library
make tests -j$(nproc) # Make and run the tests
make WolkAboutConnectorTests -j$(nproc) # Make and run the tests
make full_example/pull_example/register_example/simple_example -j$(nproc) # Make any of the examples
```

Expand Down

0 comments on commit 976e53e

Please sign in to comment.