Skip to content

Commit

Permalink
Merge pull request #6 from simondeziel/cosmetic-fixes-to-readme
Browse files Browse the repository at this point in the history
Cosmetic fixes to readme
  • Loading branch information
barrettj12 authored Jan 18, 2023
2 parents 8e55622 + df45a0f commit ea57509
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 @@ -23,7 +23,7 @@ and then this action will install/refresh LXD from the specified channel.
## Example usage

```yaml
name: "Install LXD 5.0"
name: "Install latest LXD"
on: push
jobs:
job1:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@[version]
with:
channel: 5.0/stable # installs LXD 5.0.x
channel: latest/stable # switch from distro's LTS channel to latest/stable
- name: Launch container
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@[version]
# uses pre-installed LXD snap (v4.0.9)
# uses pre-installed LXD snap (22.04 comes with 5.0/stable)
- name: Launch container
run: |
Expand All @@ -59,4 +59,4 @@ jobs:

## Maintainers

- [barrettj12](https://github.com/barrettj12)
- [barrettj12](https://github.com/barrettj12)

0 comments on commit ea57509

Please sign in to comment.