We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414dad0 commit d49ad8dCopy full SHA for d49ad8d
1 file changed
README.md
@@ -55,6 +55,18 @@ type Provider interface {
55
}
56
```
57
58
+## Installation
59
+
60
+```bash
61
+go get github.com/GrayCodeAI/sight@latest
62
+```
63
64
+Requires Go 1.23+.
65
66
+## Contributing
67
68
+Contributions are welcome — please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
69
70
## License
71
72
MIT - see [LICENSE](LICENSE) for details.
0 commit comments