mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
docs: Improve snap build instructions
Make it clearer how to build the snap package manually. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
cb2b30970d
commit
56591804b3
@ -22,10 +22,10 @@ $ sudo snap install kata-containers --classic
|
|||||||
|
|
||||||
## Build and install snap image
|
## Build and install snap image
|
||||||
|
|
||||||
Run next command at the root directory of the packaging repository.
|
Run the command below which will use the packaging Makefile to build the snap image:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make snap
|
$ make -C tools/packaging snap
|
||||||
```
|
```
|
||||||
|
|
||||||
To install the resulting snap image, snap must be put in [classic mode][3] and the
|
To install the resulting snap image, snap must be put in [classic mode][3] and the
|
||||||
|
Loading…
Reference in New Issue
Block a user