From e6ada99197a385a9c1baccf0ab26b0fac69c585b Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Thu, 5 Oct 2017 15:55:25 +0200 Subject: [PATCH] docs: Update managed files Signed-off-by: Alfredo Beaumont --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7b6be..738b8d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To initialize the build system execute: `bblfsh-sdk prepare-build`, at the root To execute the tests just execute `make test`, this will execute the test over the native and the go components of the driver. Use `make test-native` to run the test only over the native component or `make test-driver` to run the test just over the go component. The build is done executing `make build`. To evaluate the result using a docker container, execute: -`docker run -it bblfsh/java-driver:dev-` +`docker run -it bblfsh/java-driver:dev--dirty` License