From: Stephen Bates Date: Thu, 24 Dec 2015 18:12:47 +0000 (-0700) Subject: Added information to README with respect to Ubuntu install. X-Git-Tag: v0.3~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0df94aae781bcb6628014bc222a3e8d585acab4a;p=users%2Fsagi%2Fnvme-cli.git Added information to README with respect to Ubuntu install. --- diff --git a/README.md b/README.md index d22cb3d8..8cdfb1c6 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,25 @@ If not sure how to use, find the top-level documentation with: Or find a short summary with: # nvme help + +## Distro Support +### Ubunutu + +A Debian based package for nvme-cli is currently maintained as a +Ubunuta PPA. To install nvme-cli using this approach please perform +the following steps: +1. Add the sbates PPA to your sources. One way to do this is to run + ``` + sudo add-apt-repository ppa:sbates + ``` +2. Perform an update of your repository list: + ``` + sudo apt-get update + ``` +3. Get nvme-cli! + ``` + sudo apt-get install nvme-cli + ``` +### Other Distros + +TBD