aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:25:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:25:37 +0100
commitc16cb9786491aa6db5160dabacc6c72b153c1e48 (patch)
treee79f231d2be555a493ea8f8543294906dae28825 /README.md
downloads2i-virtio-spec-c16cb9786491aa6db5160dabacc6c72b153c1e48.tar.gz
first try ...
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ef94987
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# s2i builder for linux kernel documentation
+
+Source: [https://github.com/kraxel/s2i-kerneldoc](https://github.com/kraxel/s2i-kerneldoc)
+
+Image: kraxel/s2i-kerneldoc @ docker.io registry
+
+## Deploy in openshift
+
+```
+oc new-app kraxel/s2i-kerneldoc~git://some.host/path/to/linux/kernel/source/repo.git
+```
+