Skip to content

Commit

Permalink
Update README.md to have actual working install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 26, 2024
1 parent a87d3b5 commit e2c862d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ docker run -d -p 6379:6379 dhravyashah/go-redis
### Using `go`

```
go get github.com/dhrvyashah/go-redis
go install github.com/dhrvyashah/go-redis@latest
```

and then just build and run the binary
Expand Down Expand Up @@ -153,4 +153,4 @@ You can also join our [Discord server](https://discord.gg/z7MZYhmx6w) where we h

## License

Unlike redis, go-redis is licensed under the MIT license. You can use it for commercial purposes without any restrictions. Go wild!
Unlike redis, go-redis is licensed under the MIT license. You can use it for commercial purposes without any restrictions. Go wild!

0 comments on commit e2c862d

Please sign in to comment.