Skip to content

Commit ab0d8ae

Browse files
committed
docs(README): remove quotes from CYCLONEDDS_HOME export command
1 parent a035ade commit ab0d8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake --build . --target install
3434
Enter the unitree_sdk2_python directory, set `CYCLONEDDS_HOME` to the path of the cyclonedds you just compiled, and then install unitree_sdk2_python.
3535
```bash
3636
cd ~/unitree_sdk2_python
37-
export CYCLONEDDS_HOME="~/cyclonedds/install"
37+
export CYCLONEDDS_HOME=~/cyclonedds/install
3838
pip3 install -e .
3939
```
4040
For details, see: https://pypi.org/project/cyclonedds/#installing-with-pre-built-binaries

0 commit comments

Comments
 (0)