Skip to content

Commit

Permalink
Merge pull request prometheus#147 from prometheus/clean-up-getting-st…
Browse files Browse the repository at this point in the history
…arted

Clean up obsolete section from "Getting Started" guide.
  • Loading branch information
fabxc committed Aug 3, 2015
2 parents e5cff2e + bf3bf8e commit 44f2a56
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions content/docs/introduction/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@ sort_rank: 3
# Getting started

This guide is a "Hello World"-style tutorial which shows how to install,
configure, and use Prometheus in a simple example setup. You will build and run
configure, and use Prometheus in a simple example setup. You will download and run
Prometheus locally, configure it to scrape itself and an example application,
and then work with queries, rules, and graphs to make use of the collected time
series data.

## Getting Prometheus

First, fetch the latest Prometheus collector server code:

```language-bash
git clone https://github.com/prometheus/prometheus.git
```

## Building Prometheus
## Downloading and running Prometheus

[Download the latest release](https://github.com/prometheus/prometheus/releases)
of Prometheus for your platform, then extract and run it:
Expand Down

0 comments on commit 44f2a56

Please sign in to comment.