Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Dec 29, 2023
1 parent c67f163 commit 3f9cfbe
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,25 @@ are broken and/or missing.

## Installation

Clone the repository, and run `go install`. Requires [Go](https://go.dev) 1.21
or newer.
Grab the latest release from the [releases page](https://github.com/raiguard/fmm/releases).

Distribution packages will be available once the project is stable.

## Building

**Requirements:**
- [Go](https://go.dev) 1.21 or newer

```
make
```

Run tests:

```
make test
```

## Usage

```
Expand Down

0 comments on commit 3f9cfbe

Please sign in to comment.