Skip to content

Commit

Permalink
Add link to homepage in README and add zip to Ubuntu reqs
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=89407433
  • Loading branch information
kchodorow authored and hanwen committed Mar 24, 2015
1 parent c491c45 commit 9bcf9bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bazel
# [Bazel (Alpha)](http://bazel.io)

*{Fast, Correct} - Choose two*

Expand Down Expand Up @@ -27,11 +27,11 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)

* How to [install Bazel](docs/install.md)
* How to [get started using Bazel](docs/getting-started.md)
* The Bazel command line is documented in the [user manual](//bazel.io/docs/bazel-user-manual.html)
* The rule reference documentation is in the [build encyclopedia](//bazel.io/docs/build-encyclopedia.html)
* How to [use the query command](//bazel.io/docs/query.html)
* The Bazel command line is documented in the [user manual](docs/bazel-user-manual.html)
* The rule reference documentation is in the [build encyclopedia](docs/build-encyclopedia.html)
* How to [use the query command](docs/query.html)
* How to [extend Bazel](docs/skylark/index.md)
* The test environment is described in the [test encyclopedia](//bazel.io/docs/test-encyclopedia.html)
* The test environment is described in the [test encyclopedia](docs/test-encyclopedia.html)

* About the Bazel project:

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To build Bazel on Ubuntu:

2. Install required packages:

$ sudo apt-get install libarchive-dev pkg-config
$ sudo apt-get install libarchive-dev pkg-config zip

3. Build Bazel:

Expand Down

0 comments on commit 9bcf9bc

Please sign in to comment.