Skip to content

Commit

Permalink
add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Aug 23, 2023
1 parent 9859737 commit 95afac3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ Here's a quick example:
allowlist: 1.2.3.4
```
## Installation
Precompiled binaries for x86_64 and Apple aarch64 are available on [Github Releases](https://github.com/cfal/tobaru/releases).
Else, if you have a fairly recent Rust and cargo installation on your system, tobaru can be installed with `cargo`.

```bash
cargo install tobaru
```

## Usage

```
Expand Down Expand Up @@ -382,6 +392,6 @@ IP groups can be used to quickly specify groups of IPs in multiple servers. Note
}
```

### Upgrading from 0.8.0 or lower
### Upgrading from 0.7.1 or lower

See [UPGRADING.md](UPGRADING.md).
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upgrading

## Upgrading from 0.8.0 and lower
## Upgrading from 0.7.1 and lower

### Breaking changes

Expand Down

0 comments on commit 95afac3

Please sign in to comment.