Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3238 from idvoretskyi/idvoretskyi-snap-fix
Browse files Browse the repository at this point in the history
fluxctl snap requires the --classic option
  • Loading branch information
stefanprodan authored Aug 7, 2020
2 parents 9a66653 + c6043dc commit 7919d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/fluxctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ date.
To install it, simply run:

```sh
sudo snap install fluxctl
sudo snap install fluxctl --classic
```

If you would prefer to track builds from master, run

```sh
sudo snap install fluxctl --edge
sudo snap install fluxctl --edge --classic
```

instead.
Expand Down

0 comments on commit 7919d1d

Please sign in to comment.