Skip to content

Commit

Permalink
fix echo command (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jacobs <[email protected]>
  • Loading branch information
danielcjacobs and Daniel Jacobs authored Oct 5, 2023
1 parent 8878041 commit 14f63c5
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 @@ -115,7 +115,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 14f63c5

Please sign in to comment.