Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase visibility of the prerequisites in the getting started doc. #35

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Getting Started with Bazel
==========================

Prerequisites
-------------

Be sure you have installed all of the prerequisites for your platform, as outlined in the [README](install.md).

Setup
-----

Every Bazel project is contained in a directory called a _build root_,
which holds the inputs, outputs, and build rules for the project. To create a
Bazel project, first clone the [Github repo](https://github.com/google/bazel)
and build Bazel (follow the instructions in the
[README](install.md) to install prerequisites):
and build Bazel:

```bash
$ git clone https://github.com/google/bazel.git
Expand Down