aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-26 18:57:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-26 18:57:00 +0200
commit210bc49e9f520e39a7e878cfb072779b57202f43 (patch)
tree150abdb809f7c6ca0d16ae803f30c6fd7f63acc2 /doc
parent7b636429d04e01d0aeeaa679dc0928df46fc2366 (diff)
Minor clarifications in intro
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.cli12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index 0bb5f0c..dce9fc4 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -29,7 +29,7 @@
\
$ bpkg create -d hello cxx
-created new configuration in /tmp/hello/
+created new configuration in hello/
$ cd hello
$ bpkg add https://build2.org/pkg/1/hello/stable
@@ -68,11 +68,11 @@ more of a technology preview rather than anything final. But if you want to
start playing with it, welcome and join the \l{https://lists.build2.org
mailing list}!
-Our approach to developing \c{build2} is to first get the hard parts (like
-auto-generated source code) right before focusing on completeness. In other
-words, we go depth rather than breadth-first. As a result, there are plenty of
-limitations and missing pieces, especially in the build system. The most
-notable ones are:
+Our approach to developing \c{build2} is to first get the hard parts (such as
+header dependency extraction combined with auto-generated source code) right
+before focusing on completeness. In other words, we go depth rather than
+breadth-first. As a result, there are plenty of limitations and missing pieces,
+especially in the build system. The most notable ones are:
\ul|