diff --git a/README.md b/README.md index b64f344..28572b7 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ Go-Attestation Go-Attestation abstracts remote attestation operations across a variety of platforms and TPMs. + +## Installation + +The go-attestation package is installable using go get: `go get github.com/google/go-attestation/attest` + +Linux users must install `libtspi` and its headers. This can be installed on debian-based systems using: `sudo apt-get install libtspi-dev`. + ## Status Go-Attestation is under active development and **is not** ready for production use. Expect API changes at any time. Please note that this is not an official Google product. -