aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2019-10-18 11:34:57 -0700
committerTadeusz Struk <tadeusz.struk@intel.com>2019-10-18 14:02:15 -0700
commit508cf196fe95e6c5fc0440155d393cc517887ea7 (patch)
treef80a9bca45de70ef689125330c5ca4e559396e8e /README.md
parent5e76508783373045cccfae4121c30109eeff6221 (diff)
downloadtpm2-tss-508cf196fe95e6c5fc0440155d393cc517887ea7.tar.gz
README.md: Added gitter.im badge
Fixes: #1513 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8557c01a..ce23a5e1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/tpm2-software/tpm2-tss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpm2-software/tpm2-tss/context:cpp)
[![Documentation Status](https://readthedocs.org/projects/tpm2-tss/badge/?version=latest)](https://tpm2-tss.readthedocs.io/en/latest/?badge=latest)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/tpm2-tss.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:tpm2-tss)
+[![Gitter](https://badges.gitter.im/tpm2-software/community.svg)](https://gitter.im/tpm2-software/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# Overview
This repository hosts source code implementing the Trusted Computing Group's (TCG) TPM2 Software Stack (TSS).
@@ -198,4 +199,4 @@ SAPI library, TAB/RM, and Test Code Block Diagram:
   ├── integration : integration test harness and test cases\
   ├── tpmclient : monolithic, legacy test application\
   └── unit : unit tests
-``` \ No newline at end of file
+```