Skip to content

Commit

Permalink
Add Installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cpustejovsky committed Mar 10, 2021
1 parent 9c65cbe commit e01d73b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Holster
A place to holster mailgun's golang libraries and tools

## Installation

To use, run the following command:
```bash
go get github.com/mailgun/holster/v3
```

## Clock
A drop in (almost) replacement for the system `time` package to make scheduled
events deterministic in tests. See the [clock readme](https://github.com/mailgun/holster/blob/master/clock/README.md) for details
Expand Down

0 comments on commit e01d73b

Please sign in to comment.