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
This commit is contained in:
Nitesh Konkar
2019-04-29 20:19:36 +05:30
parent 539e5d0fc8
commit 725696df58

View File

@@ -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