From 8c8fc33d7f1e8a3a345630483556b50397feb79b Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Thu, 26 Sep 2019 21:04:38 +0800 Subject: [PATCH] doc: skip jb init when using Tanka (#1068) Signed-off-by: Xiang Dai <764524258@qq.com> --- docs/installation/tanka.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installation/tanka.md b/docs/installation/tanka.md index 99beee822320..67cc48bac1ca 100644 --- a/docs/installation/tanka.md +++ b/docs/installation/tanka.md @@ -27,7 +27,6 @@ Grab the Loki module using `jb`: ```bash $ go get -u github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb -$ jb init $ jb install github.com/grafana/loki/production/ksonnet/loki ```