From 70523217ba9a4e7400120be098355b4cdc176a7f Mon Sep 17 00:00:00 2001 From: Fabricio Date: Fri, 8 Nov 2019 20:58:14 -0300 Subject: [PATCH] add depth 1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4baa05..26ac6cf 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ To access the dashboard go to `http://localhost:9001/` Manually: - git clone https://github.com/ofabricio/capture.git + git clone --depth 1 https://github.com/ofabricio/capture.git cd capture go build -o capture . Via docker: - git clone https://github.com/ofabricio/capture.git + git clone --depth 1 https://github.com/ofabricio/capture.git cd capture docker run --rm -v "${PWD}:/src" -w /src -e GOOS=darwin golang:latest go build -o capture .