Skip to content

Commit

Permalink
Merge pull request #172 from jat-canonical/update-juju-version
Browse files Browse the repository at this point in the history
docs: update juju tutorial to use version 3.0 instead of 2.9
  • Loading branch information
keirthana authored Oct 8, 2024
2 parents e326ad0 + 2a28946 commit fb94d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions howto/install/deploy-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Before you start the installation, ensure that you have the required prerequisit

Juju is a tool for deploying, configuring and operating complex software on public or private clouds.

You must install a Juju client on the machine that you use to run the deployment commands. To install Juju 2.9, enter the following command:
You must install a Juju client on the machine that you use to run the deployment commands. To install Juju 3.x, enter the following command:

sudo snap install --classic --channel=2.9/stable juju
sudo snap install --classic --channel=3/stable juju

See {ref}`sec-juju-version-requirements` for information about which Juju version is required for your version of Anbox Cloud.

Expand Down
4 changes: 2 additions & 2 deletions howto/install/deploy-juju.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Before you start the installation, ensure that you have the required credentials

Juju is a tool for deploying, configuring and operating complex software on public or private clouds.

To install Juju 2.9, enter the following command:
To install Juju 3.x, enter the following command:

sudo snap install --classic --channel=2.9/stable juju
sudo snap install --classic --channel=3/stable juju

See {ref}`sec-juju-version-requirements` for information about which Juju version is required for your version of Anbox Cloud.

Expand Down

0 comments on commit fb94d5d

Please sign in to comment.