Skip to content

Commit

Permalink
fix echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jacobs committed Oct 5, 2023
1 parent ba1fdf0 commit 09b9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ or if you installed LCM to a different, non-standard prefix, you may wish to
create a `ld.so.conf` file for lcm:

```shell
echo $LCM_LIBRARY_DIR > /etc/ld.so.conf.d/lcm.conf
echo $LCM_LIBRARY_DIR | sudo tee -a /etc/ld.so.conf.d/lcm.conf
```

Python users may need to add the lcm install location to Python's site packages
Expand Down

0 comments on commit 09b9440

Please sign in to comment.