Skip to content

Commit d49ad8d

Browse files
committed
docs: add Installation and Contributing sections to README
1 parent 414dad0 commit d49ad8d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ type Provider interface {
5555
}
5656
```
5757

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+
5870
## License
5971

6072
MIT - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)