Skip to content

Commit

Permalink
update Ubuntu install docs
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Agrawal <varagrawal@gmail.com>
  • Loading branch information
varunagrawal committed Aug 27, 2021
1 parent 330e62d commit fa90194
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ The Source Installation instructions should be used if you need the very latest
### Ubuntu

On Ubuntu systems, `apt-get` can be used to install `sdformat`:
```
```sh
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
sudo apt-get update

sudo apt install libsdformat<#>-dev libsdformat<#>
```

Expand Down

0 comments on commit fa90194

Please sign in to comment.