Skip to content

Commit

Permalink
Merge pull request canonical#12798 from simondeziel/advertise-snap-so…
Browse files Browse the repository at this point in the history
…urces

Advertise snap sources
  • Loading branch information
tomponline authored Jan 31, 2024
2 parents c3d4fed + 4570f83 commit 653e243
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Linux | [Snap](https://snapcraft.io/lxd) | `snap
Windows | [Chocolatey](https://chocolatey.org/packages/lxc) | `choco install lxc`
macOS | [Homebrew](https://formulae.brew.sh/formula/lxc) | `brew install lxc`

The LXD snap packaging repository is available [here](https://github.com/canonical/lxd-pkg-snap).

For more instructions on installing LXD for a wide variety of Linux distributions and operating systems, and to install LXD from source, see [How to install LXD](https://documentation.ubuntu.com/lxd/en/latest/installing/) in the documentation.

## Client SDK packages
Expand Down
2 changes: 1 addition & 1 deletion doc/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
golang: "1.20"
golang: "1.21"
python: "3.11"
jobs:
pre_build:
Expand Down
2 changes: 1 addition & 1 deletion doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Complete the following steps to install the snap:
If it is not, use one of the {ref}`installing-other`.

1. Install `snapd`.
See the [installation instructions](https://snapcraft.io/docs/core/install) in the Snapcraft documentation.
See the [installation instructions](https://snapcraft.io/docs/installing-snapd) in the Snapcraft documentation.

1. Install the snap package.
For the latest feature release, use:
Expand Down

0 comments on commit 653e243

Please sign in to comment.