Skip to content

Commit

Permalink
docs: add Debian & Ubuntu install example
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jul 31, 2024
1 parent 9dbb032 commit 5097580
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# cidr
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bschaatsbergen/cidr) [![Go Reference](https://pkg.go.dev/badge/github.com/bschaatsbergen/cidr.svg)](https://pkg.go.dev/github.com/bschaatsbergen/cidr)

Simplifies IPv4/IPv6 CIDR network prefix management with counting, overlap checking, explanation, and subdivision
Simplifies IPv4/IPv6 CIDR network prefix management with counting, overlap checking, explanation, and subdivision.

## Debian & Ubuntu
To install cidr using apt, simply run:

```sh
apt install cidr
```

## Brew
To install cidr using brew, simply run:
Expand Down

0 comments on commit 5097580

Please sign in to comment.