Commit 3f944e49 authored by wawryk's avatar wawryk Committed by Tomasz Zawadzki
Browse files

markdownlint: enable rule MD001



MD001 - Header levels should only increment by one level at a time
Fixed all MD001 errors

Signed-off-by: default avatarwawryk <maciejx.wawryk@intel.com>
Change-Id: I6c0d711b30246e8a9d00bc991edbf34c3cf68805
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8939


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 12fcbc9b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,21 +7,21 @@ This experimental version was added for v18.04 to get early feedback
that can be incorporated as spdkcli becomes more fully-featured
for the next SPDK release.

### Install needed dependencies
## Install needed dependencies

All dependencies should be handled by scripts/pkgdep.sh script.
Package dependencies at the moment include:

 - configshell

### Run SPDK application instance
## Run SPDK application instance

~~~{.sh}
./scripts/setup.sh
./build/bin/vhost -c vhost.json
~~~

### Run SPDK CLI
## Run SPDK CLI

Spdkcli should be run with the same privileges as SPDK application.
In order to use SPDK CLI in interactive mode please use:
@@ -37,7 +37,7 @@ For example, to view current configuration and immediately exit:
scripts/spdkcli.py ls
~~~

### Optional - create Python virtual environment
## Optional - create Python virtual environment

You can use Python virtual environment if you don't want to litter your
system Python installation.
+0 −1
Original line number Diff line number Diff line
all
exclude_rule 'MD001'
exclude_rule 'MD002'
exclude_rule 'MD003'
exclude_rule 'MD004'