]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Added information to README with respect to Ubuntu install.
authorStephen Bates <stephen.bates@pmcs.com>
Thu, 24 Dec 2015 18:12:47 +0000 (11:12 -0700)
committerStephen Bates <stephen.bates@pmcs.com>
Thu, 24 Dec 2015 18:12:47 +0000 (11:12 -0700)
README.md

index d22cb3d86afbb78ef5fc6e03276885d646ac7a0b..8cdfb1c674f5581b9d8ce32e579e69b1993d551a 100644 (file)
--- 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