Skip to content

Commit d45e54c

Browse files
authored
Fix minor error in CLI build instructions in doc/developers.md (#19)
1 parent b9e2fbb commit d45e54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bazel run :chromobius
5050

5151
```bash
5252
cmake .
53-
make chromobius_pybind
53+
make chromobius
5454
```
5555

5656
Then, to run the built tool:

0 commit comments

Comments
 (0)