Skip to content

Commit

Permalink
Fixed readme syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Sep 4, 2024
1 parent 580755d commit 360f496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For a complete list of commands run `gz fuel -h` on the command line.

**List all models**

```{.sh}
```bash
$ gz fuel list -t model -r | head
https://fuel.gazebosim.org/anonymous/test_model_595389531
https://fuel.gazebosim.org/anonymous/test_model_122023392
Expand All @@ -48,7 +48,7 @@ https://fuel.gazebosim.org/anonymous/test_model_380348669

**Download a model**

```{.sh}
```bash
$ gz fuel download -u https://fuel.gazebosim.org/1.0/OpenRobotics/models/Ambulance -v 4
Downloading model:
Name: Ambulance
Expand Down Expand Up @@ -101,14 +101,14 @@ Create a private token at
[https://app.gazebosim.org/settings#access_tokens](https://app.gazebosim.org/settings#access_tokens). Store the generated token someplace safe.
The private token can then be used to upload a model:
```{.sh}
```bash
gz fuel upload -m ~/path_to_model --header 'Private-token: <TOKEN>'
```

## Dependencies
On ubuntu run

```{.sh}
```bash
sudo apt install ruby-ffi libzip-dev libcurl-dev libjsoncpp-dev
```

Expand Down

0 comments on commit 360f496

Please sign in to comment.