-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed repeated installation instructions #160
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #160 +/- ##
=======================================
Coverage 83.97% 83.97%
=======================================
Files 49 49
Lines 4725 4725
=======================================
Hits 3968 3968
Misses 757 757 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
|
||
``` | ||
sudo apt-get update | ||
sudo apt-get install libignition-transport9-dev | ||
$ sudo apt install libignition-transport<#>-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change don't seems to reflect in installation tutorial like I wondered that should happen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is related with this issue gazebosim/docs#14
Moved install instructions to the tutorials folder.
Signed-off-by: ahcorde [email protected]