Skip to content

Commit

Permalink
add tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Oct 31, 2023
1 parent 933e14a commit b750591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://localhost:3000>.
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 <http://localhost:3000>.

## Local checkout

Expand Down

0 comments on commit b750591

Please sign in to comment.