Skip to content

Commit e8431be

Browse files
authored
Update README.md
1 parent 8defb86 commit e8431be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,15 +489,15 @@ The required change is outlined below as a diff.
489489
### Running tests
490490

491491
To run the tests in your local machine, you can run the script
492-
`scripts/local-tests.sh`. This script assumes Dgraph and dgo (Go client) are
492+
`scripts/local-tests.sh`. This script assumes Dgraph and [dgo](https://github.com/dgraph-io/dgo) (Go client) are
493493
already built on the local machine and that their code is in `$GOPATH/src`.
494494
It also requires that docker and docker-compose are installed in your machine.
495495

496496
The script will take care of bringing up a Dgraph cluster and bringing it down
497-
after the tests are executed. The script uses the port 9180 by default to
497+
after the tests are executed. The script uses the port `9180` by default to
498498
prevent interference with clusters running on the default port. Docker and
499499
docker-compose need to be installed before running the script. Refer to the
500-
official Docker documentation for instructions on how to install those packages.
500+
official [Docker documentation](https://docs.docker.com/) for instructions on how to install those packages.
501501

502502
The `test.sh` script downloads and installs Dgraph. It is meant for use by our
503503
CI systems and using it for local development is not recommended.

0 commit comments

Comments
 (0)