diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:39:18 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:39:18 +0100 |
commit | 97b923b71ff33b5ceae70e9860086e4f7d73c070 (patch) | |
tree | 2523849bd994480a6276dae99cd0de015ba86f24 /README.md | |
parent | d57edafb96b18f5e1fd9a2bf53cf368c4b2cc071 (diff) | |
download | s2i-virtio-spec-97b923b71ff33b5ceae70e9860086e4f7d73c070.tar.gz |
fix readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ -# s2i builder for linux kernel documentation +# s2i builder for virtio specification -Source: [https://github.com/kraxel/s2i-kerneldoc](https://github.com/kraxel/s2i-kerneldoc) +Source: [https://github.com/kraxel/s2i-virtio-spec](https://github.com/kraxel/s2i-virtio-spec) -Image: kraxel/s2i-kerneldoc @ docker.io registry +Image: kraxel/s2i-virtio-spec @ docker.io registry ## Deploy in openshift ``` -oc new-app kraxel/s2i-kerneldoc~git://some.host/path/to/linux/kernel/source/repo.git +oc new-app kraxel/s2i-virtio-spec~git://some.host/path/to/virtio/spec/source/repo.git ``` |