From: Stephen Bates Date: Mon, 11 Jan 2016 13:55:20 +0000 (-0700) Subject: Fixed README formatting. X-Git-Tag: v0.3~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=de3e0f1477d30fe3ece68de9a354057c3ce6e5c8;p=users%2Fsagi%2Fnvme-cli.git Fixed README formatting. --- diff --git a/README.md b/README.md index 085a6015..1eeb051d 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,19 @@ A Debian based package for nvme-cli is currently maintained as a Ubuntu PPA. Right now there is support for Trusty, Vivid and Wiley. 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 - ``` -4. Test the code. + 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 + ``` + 4. Test the code. ``` sudo nvme list ```