From ef72153d55efbf6558357915af7937fbc1bd18d5 Mon Sep 17 00:00:00 2001 From: Lorenzo Franco Ranucci Date: Mon, 19 Apr 2021 22:17:49 +0200 Subject: [PATCH] Update README.md (#1141) fix command to run boundary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52c061aadd..4b180edc9e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ This will build Boundary. (The first time this is run it will fetch and compile UI assets; which will take a few extra minutes.) Once complete, run Boundary in `dev` mode: - ```./$GOPATH/bin/boundary dev``` + ```$GOPATH/bin/boundary dev``` Please note that development may require other tools; to install the set of tools at the versions used by the Boundary team, run: