Skip to content

Commit

Permalink
Fix commands in "Contributing" instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed Jan 4, 2025
1 parent 347a723 commit cd3f151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Please read it before suggesting major features or changes.
## Contributing

Basic installation is easiest with the provided `Dockerfile`.
For the last piece of setup, either open it in the provided [Devcontainer](https://code.visualstudio.com/docs/remote/containers) or maunally run `rosdep install --from-paths ros2_easy_test && colcon build --symlink-install && pip install -e './ros2_easy_test[dev]` afterward.
For the last piece of setup, either open it in the provided [Devcontainer](https://code.visualstudio.com/docs/remote/containers) or maunally run `rosdep install --from-paths ros2_easy_test && colcon build --symlink-install && pip install -e './ros2_easy_test[dev]'` afterward.

After this, you will have access to the configured formatter (`ruff format`) and linter (`ruff check`).

Expand All @@ -127,7 +127,7 @@ You can run the test with simply `pytest`. Coverage reports and timings will be
Building the documentation is simple, too:
```shell
# Install the required dependencies
pip install -e ".[doc]"
pip install -e 'ros2_easy_test[doc]'

# Build the documentation
cd doc
Expand Down

0 comments on commit cd3f151

Please sign in to comment.