Skip to content

Commit

Permalink
docs: update README after fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Jan 22, 2024
1 parent 3e31d2f commit 3a7bc32
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Terraform Provider for Typesense
<div align="center">
<h1>Terraform Provider for Typesense</h1>
<strong>This is a Terraform provider for Typesense</strong>
</div>

This is a [Terraform](https://www.terraform.io/) provider for [Typesense](https://typesense.org/).

## Maintainers

This provider plugin is maintained by:

* [@KeisukeYamashita](https;//github.com/KeisukeYamashita)
<hr>

## Support

Expand All @@ -18,13 +15,13 @@ This provider plugin is maintained by:

## Building The Provider

Clone repository to: `$GOPATH/src/github.com/Kekenika/terraform-provider-typesense`
Clone repository to: `$GOPATH/src/github.com/ronati/terraform-provider-typesense`

```console
$ mkdir -p $GOPATH/src/github.com/Kekenika; cd $GOPATH/src/github.com/Kekenika
$ git clone [email protected]:Kekenika/terraform-provider-typesense
$ mkdir -p $GOPATH/src/github.com/ronati; cd $GOPATH/src/github.com/ronati
$ git clone [email protected]:ronati/terraform-provider-typesense
Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/Kekenika/terraform-provider-typesense
$ cd $GOPATH/src/github.com/ronati/terraform-provider-typesense
$ make build
```

0 comments on commit 3a7bc32

Please sign in to comment.