Skip to content

Commit

Permalink
chore(readme): add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Aug 28, 2024
1 parent b874304 commit f65be81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Like age, it features no config options, allowing for a straightforward secure f

Also, this is a project in early-development and hasn't been thoroughly tested. So far, I've tested it on Linux.

## Installation

Download the pre-build binaries from the [latest release](https://github.com/ndavd/agevault/releases/latest).

Or using `go`:
```
$ go install github.com/ndavd/agevault@latest
```

## Usage

```
Expand Down

0 comments on commit f65be81

Please sign in to comment.