Skip to content

Commit

Permalink
docs: add install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Thant committed Mar 3, 2024
1 parent 410748b commit 6df7132
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

This project is highly inspired by [Goose](https://github.com/pressly/goose) which is also a database migration tool. I was susprised by the simplicity of this tool. So, I wanted to build by myself. This project includes most of the features Goose offers.

### Install

```sh
go get github.com/Shin-Thant/gograte
```

### Guides

Move to `cmd/gograte` directory and run `go install`.
Expand Down

0 comments on commit 6df7132

Please sign in to comment.