-
Notifications
You must be signed in to change notification settings - Fork 41
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 #95
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
=======================================
Coverage 82.94% 82.94%
=======================================
Files 106 106
Lines 3695 3695
=======================================
Hits 3065 3065
Misses 630 630 Continue to review full report at Codecov.
|
Signed-off-by: ahcorde <[email protected]>
tutorials/02_installation.md
Outdated
``` | ||
```{.sh} | ||
sudo apt-add-repository -s "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -c -s) main" | ||
sudo apt-get build-dep -y ignition-physics3 |
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 won't work yet, because ignition-physics3
hasn't been released.
We could instruct users to get dependencies from these packages
files once #94 is merged:
https://github.com/ignitionrobotics/ign-physics/tree/ign-physics2/.github/ci
Signed-off-by: ahcorde <[email protected]>
tutorials/02_installation.md
Outdated
3. Clone the repository | ||
|
||
``` | ||
git clone https://github.com/ignitionrobotics/ign-physics -b ign-physics<#>-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.
ign-physics<#>
is valid for release branches (remove -dev
suffix), but users may also want the master
branch
Signed-off-by: ahcorde <[email protected]>
friendly ping @scpeters |
This PR is related with this issue gazebosim/docs#14
Moved install instructions to the tutorials folder.
Signed-off-by: ahcorde [email protected]