Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matej smycka committed May 24, 2024
1 parent 5248bc1 commit 7f68722
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ chmod +x install.sh
./install.sh
```

Or you can download the latest release from the [releases page](
Or you can download the latest release without installing Go:

```bash
curl -L https://github.com/matejsmycka/linux-id/releases/download/v0.1.1/linux-id_Linux_x86_64.tar.gz | tar xz
chmod +x linux-id
curl https://raw.githubusercontent.com/matejsmycka/linux-id/main/install.sh | bash
```




## TPM-FIDO
Expand Down

0 comments on commit 7f68722

Please sign in to comment.