aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2019-10-10 10:36:34 -0700
committerAndy Lutomirski <luto@kernel.org>2019-10-10 10:36:34 -0700
commitdeff52bc821fdba01a58eaec99a0c085d0465d62 (patch)
treefad0470eb15285d512febd691b2f3e0445a42914
parent30a942998597814c0961a7921b6e6b28b934c49c (diff)
downloadvirtme-deff52bc821fdba01a58eaec99a0c085d0465d62.tar.gz
Update README.md to link to releases.
Signed-off-by: Andy Lutomirski <luto@kernel.org>
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38739a4..4ba9ce4 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,12 @@ Virtme is tiny, easy to use, and makes testing kernel changes quite simple.
Some day this might be useful as a sort of sandbox. Right now it's not
really configurable enough for that.
-Virtme is hosted at kernel.org in utils/kernel/virtme/virtme.git ([web][korg-web] | [git][korg-git]). It's mirrored [on github][github].
+Virtme is hosted at kernel.org in utils/kernel/virtme/virtme.git ([web][korg-web] | [git][korg-git]). It's mirrored [on github][github]. Please submit bugs
+and PRs via github. Release tarballs are at [web][korg-releases].
[korg-web]: https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git "virtme on kernel.org"
[korg-git]: git://git.kernel.org/pub/scm/utils/kernel/virtme/virtme.git "git address"
+[korg-releases]: https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git "virtme on kernel.org"
[github]: https://github.com/amluto/virtme
How to use virtme