aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCullough <jmccullough@google.com>2016-03-31 11:11:57 -0600
committerJohn Mccullough <jmccullough@google.com>2016-03-31 17:22:08 +0000
commit3127cb3df04e69b66a88b05cae359b7645652cc9 (patch)
tree44799e51ae89d8581db9faab2248472343c7dce1
parent38a2aef3d483ef9bd73989a0a25a636a7d03cad9 (diff)
downloadlibweave-3127cb3df04e69b66a88b05cae359b7645652cc9.tar.gz
Tweak the README.md with respect to the repo subdirectories.
Change-Id: Ic883e7bebfaa20b6f62c5e734fed5e081031d2fc Reviewed-on: https://weave-review.googlesource.com/3100 Reviewed-by: John Mccullough <jmccullough@google.com>
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38059db..428b0f5 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,15 @@ chmod a+x ~/bin/repo
# Checkout code
```
+mkdir ~/weave
+cd ~/weave
repo init -u https://weave.googlesource.com/weave/manifest
repo sync
```
-# Directory structure
+This checks out libweave and its dependencies into the ~/weave directory.
+
+# libweave Directory structure
| Path | Description |
|--------------------------|------------------------------------|
@@ -94,6 +98,8 @@ sudo apt-get install \
# Compiling
+From the `libweave` directory:
+
The `make --jobs/-j` flag is encouraged, to speed up build time. For example
```