Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit b7825a8

Browse files
committed
Fix readme
Signed-off-by: Anas Abou Allaban <[email protected]>
1 parent 24f15dc commit b7825a8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,21 @@ _Note: If building the master branch instead of a release branch you may need to
7474

7575
- Build the packages
7676

77-
cd ~/ros-workspace && colcon build
77+
```sh
78+
cd ~/ros-workspace && colcon build
79+
```
7880

7981
- Configure ROS library Path
8082

81-
source ~/ros-workspace/install/setup.bash
83+
```sh
84+
source ~/ros-workspace/install/setup.bash
85+
```
8286

8387
- Build and run the unit tests
8488

85-
colcon test --packages-select cloudwatch_logs_common && colcon test-result --all
86-
89+
```sh
90+
colcon test --packages-select cloudwatch_logger && colcon test-result --all
91+
```
8792

8893
## Launch Files
8994
An example launch file called `sample_application.launch` is provided.

0 commit comments

Comments
 (0)