Skip to content

Commit da6cd4f

Browse files
authored
Install cargo-ament-build with --debug (#182)
1 parent f5b4e94 commit da6cd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here are the steps for building the `ros2_rust` examples in a vanilla Ubuntu Foc
3535
# Assuming you installed the minimal version of ROS 2, you need these additional packages:
3636
sudo apt install -y git libclang-dev python3-pip python3-vcstool # libclang-dev is required by bindgen
3737
# Install these plugins for cargo and colcon:
38-
cargo install cargo-ament-build
38+
cargo install --debug cargo-ament-build # --debug is faster to install
3939
pip install git+https://github.com/colcon/colcon-cargo.git
4040
pip install git+https://github.com/colcon/colcon-ros-cargo.git
4141

0 commit comments

Comments
 (0)