Skip to content

Commit 7fe3215

Browse files
authored
Changed Line 139 (UBC-Thunderbots#842)
1 parent b8b589f commit 7fe3215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Now that you're setup, if you can run it on the command line, you can run it in
136136
1. Open any `BUILD` file and right clight in a `cc_library()` call. This will give you the option to `Run` or `Debug` that specific target. Try it by opening `Software/src/software/geom/BUILD` and right-clicking on the `cc_library` for `angle_test`!
137137
2. Add a custom build configuration (more powerful, so make sure you understand this!)
138138
1. Select `Add Configuration` from the drop-down in the top-right of CLion
139-
2. Under `Templates`, choose `Bazel Command`.
139+
2. Click on `+`, choose `Bazel Command`.
140140
3. For `Target Expression`, you can put anything that comes after a `build`, `run`, `test`, etc. call on the command line. For example: `//software/geom:angle_test`.
141141
4. For `Bazel Command` you can put any bazel command, like `build`, `run`, `test`, etc.
142142
5. Click `Ok`, then there should be a green arrow in the top right corner by the drop-down menu. Click it and the test will run!

0 commit comments

Comments
 (0)