Add a note on the README
diff --git a/README.md b/README.md index 334d927..756ed51 100644 --- a/README.md +++ b/README.md
@@ -56,6 +56,14 @@ [pelletier/go-toml](https://github.com/pelletier/go-toml). Any feedback would be much appreciated! +### Run tests + +You have to make sure two kind of tests run: + +1. The Go unit tests: `go test` +2. The TOML examples base: `./test_program/go-test.sh` + +You can run both of them using `./test.sh`. ## License