diff --git a/README.md b/README.md index 3c7270680..fb95d8d45 100644 --- a/README.md +++ b/README.md @@ -118,23 +118,12 @@ mkdir components sudo ln -s /usr/include/eigen3/Eigen/ /usr/include/Eigen ``` -7. Configure rcnode: - - Edit the `~/robocomp/tools/rcnode/rcnode.sh` file and change the line: - - `/opt/robocomp/etc/rcnode.conf` - - to: - - `/home/robocomp/robocomp/tools/rcnode/rcnode.conf` - -9. Add an alias for rcnode to your .bashrc: +7. Add an alias for rcnode to your .bashrc: ```bash echo "alias rcnode='bash /home/robocomp/robocomp/tools/rcnode/rcnode.sh&'" >> ~/.bashrc source ~/.bashrc ``` - If you are going to develop with Robocomp it's recommendable to install the following packages too: ```bash sudo apt-get install yakuake qttools5-dev-tools qt5-assistant meld