summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2019-06-06 16:57:18 -0700
committerShentubot <shentubot@google.com>2019-06-06 16:58:29 -0700
commit6a4c0065642922c157511fa2cd3feea85cb7c44b (patch)
tree2d605903be7ca5dc0d76bbb92ba9c5ee9114a6c4
parent02ab1f187cd24c67b754b004229421d189cee264 (diff)
Add the gVisor gitter badge to the README
Moves the build badge to just below the logo and adds the gitter badge next to it for consistency. PiperOrigin-RevId: 251956383
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0252025c..ba01ffc1e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
![gVisor](g3doc/logo.png)
+[![Status](https://storage.googleapis.com/gvisor-build-badges/build.svg)](https://storage.googleapis.com/gvisor-build-badges/build.html)
+[![gVisor chat](https://badges.gitter.im/gvisor/community.png)](https://gitter.im/gvisor/community)
+
## What is gVisor?
**gVisor** is a user-space kernel, written in Go, that implements a substantial
@@ -36,8 +39,6 @@ be found at [gvisor.dev][gvisor-dev].
## Installing from source
-[![Status](https://storage.googleapis.com/gvisor-build-badges/build.svg)](https://storage.googleapis.com/gvisor-build-badges/build.html)
-
gVisor currently requires x86\_64 Linux to build, though support for other
architectures may become available in the future.