Skip to content

Commit

Permalink
doc: exemple to get latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Oct 2, 2023
1 parent 02c920e commit 13604ce
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,22 @@ Commands:
### Download EOS Package


> **info**
> Supported packages are: EOS, cEOS, vEOS-lab, cEOS64
You can download EOS packages with following commands:
CLI gives an option to get latest version available. By default it takes latest `R` release

```bash
ardl get eos --image-type cEOS --latest
```

If you want to get latest M release, you can use `--release-type`:

```bash
ardl get eos --image-type cEOS --release-type M --latest
```

You can download a specific EOS packages with following commands:

```bash
# Example for a cEOS package
Expand Down

0 comments on commit 13604ce

Please sign in to comment.