Skip to content

Commit

Permalink
Update teo-main-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArmega authored Oct 24, 2023
1 parent d8027c2 commit 81a5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/teo-main-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mkdir -p repos; cd repos # make $HOME/repos if it does not exist; then, enter i
git clone https://github.com/roboticslab-uc3m/teo-main.git # download teo-main software from the repository
cd teo-main; mkdir build; cd build
cmake ..
make -j$(nproc) # compile
sudo make -j$(nproc) # compile
sudo make install # install
cd # go home
```
Expand Down

0 comments on commit 81a5ba1

Please sign in to comment.