Update README badge

This commit is contained in:
Roman Zeyde
2021-05-22 22:08:23 +03:00
parent 53fe6cd5ad
commit 1c6d2cb65a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Python package
name: Build
on: [push]

View File

@@ -1,5 +1,6 @@
# Hardware-based SSH/GPG agent
[![Build](https://github.com/romanz/trezor-agent/actions/workflows/ci.yml/badge.svg)](https://github.com/romanz/trezor-agent/actions)
[![Chat](https://badges.gitter.im/romanz/trezor-agent.svg)](https://gitter.im/romanz/trezor-agent)
This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design [here](doc/DESIGN.md).