From 889a2cf2762e406a10620e79c5c02794399d87cd Mon Sep 17 00:00:00 2001 From: Callahan Date: Wed, 5 Jul 2023 10:02:36 -0500 Subject: [PATCH] docs: update README (#346) Signed-off-by: Callahan Kovacs --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b45545cd..af569a79 100644 --- a/README.rst +++ b/README.rst @@ -8,10 +8,12 @@ This project aims to provide Python interfaces for instantiating and executing builds for a variety of target environments. Initial providers include: -- LXD containers -- Multipass VMs + +- `LXD containers`_ +- `Multipass VMs`_ Host support is targeted for: + - Linux - Mac OS X - Windows @@ -27,3 +29,6 @@ https://canonical-craft-providers.readthedocs-hosted.com/en/latest/ Contributing ------------ See the HACKING.rst document for details on how to contribute. + +.. _`LXD containers`: https://linuxcontainers.org/lxd/ +.. _`Multipass VMs`: https://multipass.run/