efc-robot / Explore-Bench

68 stars 11 forks source link

There's something wrong in your readme. #6

Closed jimazeyu closed 1 year ago

jimazeyu commented 1 year ago

Your code in the readme is: echo 'export TURTLEBOT3_MODEL=burger' > ~/.bashrc This would rewrite the whole file. It should be: echo 'export TURTLEBOT3_MODEL=burger' >> ~/.bashrc

citaer commented 1 year ago

I'm regret not seeing your issue. When my ~/.bashrc is empty but "export TURTLEBOT3_MODEL=burger", I want to push an issue and seeing yours.

FarawaySail commented 1 year ago

Thank you for catching this error, and I update the readme.