diff --git a/README.md b/README.md index 4452a145a..0ec19d611 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To use local storage, each machine requires a local disk. To use distributed storage, at least three additional disks (not only partitions) for use by Ceph are required, and these disks must be on at least three different machines.
- +
Once the simple initialisation is complete, users can launch, run and manage their workloads using system containers or VMs, and otherwise utilise regular LXD functionality. @@ -25,13 +25,13 @@ Once the simple initialisation is complete, users can launch, run and manage the To get started, install the LXD, MicroCeph, MicroOVN and MicroCloud snaps. You can install them all at once with the following command: -``` +```sh snap install lxd microceph microovn microcloud ``` Then start the bootstrapping process with the following command: -``` +```sh microcloud init ``` @@ -53,7 +53,10 @@ If you decide to not use MicroOVN, MicroCloud falls back on the Ubuntu fan for b This is just the beginning of MicroCloud. We’re very excited about what’s coming up next! ### **RESOURCES:** - - Introduction: https://discuss.linuxcontainers.org/t/introducing-microcloud/15871 - - Find the package at the Snap Store: - [![](https://dashboard.snapcraft.io/site_media/appmedia/2018/04/Snapcraft-logo-bird.png)](https://snapcraft.io/microcloud) +- Introduction: https://discuss.linuxcontainers.org/t/introducing-microcloud/15871 +- Find the package at the Snap Store: + + [![Snapcraft logo](https://dashboard.snapcraft.io/site_media/appmedia/2018/04/Snapcraft-logo-bird.png)](https://snapcraft.io/microcloud) + +- Snap package sources: [microcloud-pkg-snap](https://github.com/canonical/microcloud-pkg-snap)