about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-16 11:54:31 +0000
committerbors <bors@rust-lang.org>2017-10-16 11:54:31 +0000
commita96ff3b591d3bcc0ae906cd28053046e2efd7bde (patch)
tree3e9d8f9116bc95cd0fe559eab6f9a9bc5c830ea2
parentabe7c87eefe4a15b7e83feb6b8962ae15452c16c (diff)
parent6500b3d0699148da8c18d8dbe7339bb017d085ed (diff)
downloadrust-a96ff3b591d3bcc0ae906cd28053046e2efd7bde.tar.gz
rust-a96ff3b591d3bcc0ae906cd28053046e2efd7bde.zip
Auto merge of #45293 - joeratt:patch-1, r=kennytm
Add "Buidling on *nix" sub-header

Since there is a "Build on Windows" section, a simple sub-header here would help Windows users to know they need to keep reading.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 779acb9fab4..4fc003036e9 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Read ["Installation"] from [The Book].
 ## Building from Source
 [building-from-source]: #building-from-source
 
+### Building on *nix
 1. Make sure you have installed the dependencies:
 
    * `g++` 4.7 or later or `clang++` 3.x or later