Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftman authored and lukasmalkmus committed Jul 1, 2021
1 parent 86f9f26 commit 20a9e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ _Logmanager_ is yet another Go logging library.
### Install using `go get`

```shell
$ go get github.com/axiomhq/logmanager
go get github.com/axiomhq/logmanager
```

### Install from source

```shell
$ git clone https://github.com/axiomhq/logmanager.git
$ cd logmanager
$ make
git clone https://github.com/axiomhq/logmanager.git
cd logmanager
make
```

## Usage
Expand Down

0 comments on commit 20a9e34

Please sign in to comment.