Skip to content

Commit 325f1e0

Browse files
authored
Update README.md (#129)
add go get instructions
1 parent 6f5ccad commit 325f1e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ The missing `generic` set collection for the Go language. Until Go has sets bui
1717
Coming from Python one of the things I miss is the superbly wonderful set collection. This is my attempt to mimic the primary features of the set collection from Python.
1818
You can of course argue that there is no need for a set in Go, otherwise the creators would have added one to the standard library. To those I say simply ignore this repository and carry-on and to the rest that find this useful please contribute in helping me make it better by contributing with suggestions or PRs.
1919

20+
## Install
21+
22+
Use `go get` to install this package.
23+
24+
```shell
25+
go get github.com/deckarep/golang-set/v2
26+
```
27+
2028
## Features
2129

2230
* *NEW* [Generics](https://go.dev/doc/tutorial/generics) based implementation (requires [Go 1.18](https://go.dev/blog/go1.18beta1) or higher)

0 commit comments

Comments
 (0)