From 725696df5846197f797b6a247438ea4598bcb8c8 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Mon, 29 Apr 2019 20:19:36 +0530 Subject: [PATCH] README: Update with correct install snap command Improve README and update with correct install snap command. Fixes: #469 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- snap/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/snap/README.md b/snap/README.md index bbb5cb1d3b..8c77948dca 100644 --- a/snap/README.md +++ b/snap/README.md @@ -13,8 +13,9 @@ This directory contains the resources needed to build the Kata Containers ## Initial setup -*Ubuntu 18.04* - +Kata Containers can be installed in any Linux distribution that supports +[snapd](https://docs.snapcraft.io/installing-snapd). For this example, we +assume Ubuntu as your base distro. ```sh $ sudo apt-get install -y snapd snapcraft ``` @@ -24,7 +25,7 @@ $ sudo apt-get install -y snapd snapcraft You can install the Kata Containers snap from the [snapcraft store][8] or by running the following command: ```sh -$ sudo snap install kata-containers +$ sudo snap install kata-containers --classic ``` ## Build and install snap image