Skip to content

Commit

Permalink
[DOC] fixing the code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nlyubova-psee committed Oct 21, 2024
1 parent 33e22b6 commit e536d5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ Then, compile the packages:
* Clone the source code to your catkin workspace ([create a workspace](http://wiki.ros.org/catkin/Tutorials/create_a_workspace), if needed)

```
cd catkin_ws/src
git clone https://github.com/prophesee-ai/prophesee_ros_wrapper.git
cd ..
cd catkin_ws/src
git clone https://github.com/prophesee-ai/prophesee_ros_wrapper.git
cd ..
```
* Compile
```
catkin_make
catkin_make
```
* Source the workspace
```
source ~/catkin_ws/devel/setup.bash
source ~/catkin_ws/devel/setup.bash
```
Expand Down

0 comments on commit e536d5f

Please sign in to comment.