summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-27 16:00:46 -0600
committermo khan <mo.khan@gmail.com>2020-10-27 16:00:46 -0600
commit17c44beebf5dcd7276b1c8eb3f42ed9600cc61f0 (patch)
tree47b9a1421b4b0bf5ce2574f9f030c021704f8847
parent873ef5e8b6786c9e2ee982e1a424d4baa7757fe9 (diff)
style: print warning to console
-rwxr-xr-xbin/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index 12c0798..b072651 100755
--- a/bin/setup
+++ b/bin/setup
@@ -9,4 +9,6 @@ bundle config --local jobs "$(nproc)"
bundle install
if command -v docker-compose; then
docker-compose up -d
+else
+ echo 'warning: docker-compose is not installed.'
fi