From c04d33da58e8dafc9c94bd58d15709d519c438c6 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 26 Mar 2018 06:38:02 +0200 Subject: [PATCH] Updated docs: bash instead of sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6fda043..8d1dac795 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ docker-compose up **Step 3:** Open a terminal to run commands and unit tests: ``` -docker-compose exec photoprism sh +docker-compose exec photoprism bash dep ensure go test go build cmd/photoprism/photoprism.go