Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed outdated vitess guidance. This fixes #175
  • Loading branch information
zachmu committed Aug 28, 2020
1 parent cdbfaef commit 553ed16
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ To install it, run:
go get github.com/liquidata-inc/go-mysql-server
```

go-mysql-server relies on a fork of vitess, which implements the SQL
parsing and SQL server for the engine. To use this fork of vitess, you
must include the same replace directive in your project's `go.mod`
file as this package does (see the `go.mod` file for the exact line to
copy and paste):

`replace vitess.io/vitess => github.com/liquidata-inc/vitess v0.0.0-20200430040751-192bb76ecd8b`

## Go Documentation

* [go-mysql-server godoc](https://godoc.org/github.com/liquidata-inc/go-mysql-server)
Expand Down

0 comments on commit 553ed16

Please sign in to comment.