From b7505912a5e7de2d4d859430046c957dffd6b412 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Tue, 31 Oct 2023 18:55:04 -0500 Subject: [PATCH] add tar command --- docs/guides/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/building.md b/docs/guides/building.md index 9708a75b..0e5a54d5 100644 --- a/docs/guides/building.md +++ b/docs/guides/building.md @@ -11,7 +11,7 @@ $ dagger run go run ./cmd artifacts -a targz:grafana:linux/amd64 The command above will build the backend binary for Linux on an AMD64-compatible CPU and package that up into a [single archive][tarball] with the frontend artifacts: `grafana-enterprise-10.1.0-pre_lUJuyyVXnECr_linux_amd64.tar.gz` -If you then extract that package and run `./bin/grafana-server`, Grafana will launch and you will be able to access it via . +If you then extract that package (`tar -xvf *.tar.gz`) and run `./bin/grafana-server`, Grafana will launch and you will be able to access it via . ## Local checkout