summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Bütow <pbuetow@mimecast.com>2018-12-27 09:26:16 +0000
committerPaul Bütow <pbuetow@mimecast.com>2018-12-27 09:26:16 +0000
commitc70afeb9d36d3582e97b20650df2320b19249095 (patch)
treeb2202208694c534f66681c6f80662094dd72c1a0 /docs
parentc0786b947a4ee76f917e78cc7fff07b3cde3ec29 (diff)
bump version to 0.5
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md
index 4e95726..d38f8d0 100644
--- a/docs/markdown/installation.md
+++ b/docs/markdown/installation.md
@@ -51,5 +51,5 @@ Keep in mind that ther Kernel version must be a valid kernel version of CentOS 7
The above command will fetch a CentOS 7 base image and will install all for the build required packages. Depending on the network speed the whole procedure can take quite a while. I/O Riot will be compiled via Docker to directory ``./docker/opt/ioriot``. That directory can be distributed to ``/opt/ioriot`` to all boxes with that particular running kernel version.
-By repeating the steps above (setting KERNEL environment variable and running ``make dockerbuild``) it is possible to compile the SystemTap Kernel modules for multiple Kernel versions. All the modules will be found seamlessly in ``./docker/opt/ioriot``.
+By repeating the steps above (setting KERNEL environment variable and invoking ``make dockerbuild``) it is possible to compile the SystemTap Kernel modules for multiple Kernel versions. All the modules will be found seamlessly in ``./docker/opt/ioriot``.