Skip to content

Commit 9385a3a

Browse files
committed
add catkin profile installation instructions to readme
1 parent 34161ce commit 9385a3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# dev_tools
22
Aliases, shortcuts, catkin_tools configs, etc. Anything that's useful for software development on the uWaterloo Robotics Team!
3+
4+
# Catkin Profiles
5+
Included in `catkin_profiles` are profiles for `catkin_tools`. Assuming you've already installed [catkin_tools](https://catkin-tools.readthedocs.io/en/latest/), install these profiles:
6+
```bash
7+
cd <catkin_ws location>/.catkin_tools
8+
9+
# Delete profiles folder if one already exists
10+
rm -rf profiles
11+
12+
# Symlink to `catkin_profiles` folder so that profiles update when `dev_tools` is updated
13+
ln -s -T <path to dev_tools repo>/catkin_profiles profiles
14+
```

0 commit comments

Comments
 (0)