diff --git a/README.md b/README.md index da668cea965bb0f98056455d3a850a00feaa03ac..4f54343a9737f82748bc44b0121bb719b2ab318a 100644 --- a/README.md +++ b/README.md @@ -34,36 +34,16 @@ It is used in `go-ipfs` and related packages to refer to a typed hunk of data. go get github.com/ipfs/go-cid ``` -Note that `go-cid` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section). - ## Usage -### Using Gx and Gx-go - -This module is packaged with [Gx](https://github.com/whyrusleeping/gx). In order to use it in your own project it is recommended that you: - -```sh -go get -u github.com/whyrusleeping/gx -go get -u github.com/whyrusleeping/gx-go -cd -gx init -gx import github.com/ipfs/go-cid -gx install --global -gx-go --rewrite -``` - -Please check [Gx](https://github.com/whyrusleeping/gx) and [Gx-go](https://github.com/whyrusleeping/gx-go) documentation for more information. - ### Running tests -Before running tests, please run: +Run tests with `go test` from the directory root ```sh -make deps +go test ``` -This will make sure that dependencies are rewritten to known working versions. - ### Examples #### Parsing string input from users