Skip to content

Commit

Permalink
workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
matej smycka committed May 24, 2024
1 parent 64cbb69 commit c6e05f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Get dependencies
run: go mod download

- name: Build
run: go build -v ./...

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

linux-id is FIDO token implementation for Linux that protects the token keys by using your system's TPM. linux-id uses Linux's [uhid](https://github.com/psanford/uhid) facility to emulate a USB HID device so that it is properly detected by browsers.

## Persistent setup
## Setup

You can install by running the following commands:s

```bash
git clone [email protected]:matejsmycka/linux-id.git
Expand All @@ -14,6 +16,9 @@ chmod +x install.sh
./install.sh
```

Or you can download the latest release from the [releases page](


## TPM-FIDO

This project is a fork of Psanford's [tpm-fido](https://github.com/psanford/tpm-fido) project.
Expand Down

0 comments on commit c6e05f0

Please sign in to comment.