mirror of
https://github.com/google/go-attestation.git
synced 2025-05-03 01:02:57 +00:00
Update README with installation notes (#88)
This commit is contained in:
parent
4ef1479ae1
commit
0f580b1efd
@ -6,10 +6,16 @@ Go-Attestation
|
|||||||
Go-Attestation abstracts remote attestation operations across a variety of platforms
|
Go-Attestation abstracts remote attestation operations across a variety of platforms
|
||||||
and TPMs.
|
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
|
## Status
|
||||||
|
|
||||||
Go-Attestation is under active development and **is not** ready for production use. Expect
|
Go-Attestation is under active development and **is not** ready for production use. Expect
|
||||||
API changes at any time.
|
API changes at any time.
|
||||||
|
|
||||||
Please note that this is not an official Google product.
|
Please note that this is not an official Google product.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user