From baffe83f626bb0343c285bd71fc5923661ee7478 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 2 Aug 2016 11:57:40 -0700 Subject: [PATCH] Adding directory change so that thermos payload may be found --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6057035..1960faf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ $ vagrant up Download and run the Client to create a Thermos Job: ``` $ go get github.com/rdelval/gorealis -$ go run $GOPATH/src/github.com/rdelval/gorealis/examples/Client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd=create +$ cd go run $GOPATH/src/github.com/rdelval/gorealis +$ go run examples/Client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd=create ``` ### Using the Sample client with Docker Compose executor