Skip to content

Commit

Permalink
chore: adds installation guide to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rdleal committed Sep 20, 2023
1 parent e25c580 commit 680126f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ for any intersection has a worst-case time-complexity guarantee of <= 2 log N, w

For more on interval trees, [see](https://en.wikipedia.org/wiki/Interval_tree)

## Installing

```sh
$ go get github.com/rdleal/intervalst
```

## Usage

Importing the package:
Expand Down

0 comments on commit 680126f

Please sign in to comment.