From: Minwoo Im Date: Tue, 18 Dec 2018 16:35:22 +0000 (+0900) Subject: nvme-cli: readme: fix typo in Alpine distro support X-Git-Tag: v1.7~11^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=59780dbccf370e49e84f9c2f18d5d1f35e04faeb;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: readme: fix typo in Alpine distro support Fix typo 'akp' to 'apk'. Signed-off-by: Minwoo Im --- diff --git a/README.md b/README.md index 89667fb6..3a54a420 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ steps: nvme-cli is tested on Alpine Linux 3.3. Install it using: - # akp update && apk add nvme-cli nvme-cli-doc + # apk update && apk add nvme-cli nvme-cli-doc if you just use the device you're after, it will work flawless. ```