aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-21 08:58:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-21 08:58:36 +0200
commitea21583f13f1e15279cefbaee8b89a0a057c2954 (patch)
tree7efa0bdcc0484372f856c42ab9367b20a3985e89
parent5a494499ed4c2f6c88646fbb6573932003783b3a (diff)
Add reference to package name specification to introduction
-rw-r--r--doc/intro.cli3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index 22fbead..cbb3576 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -135,7 +135,8 @@ our case it is an executable implemented in C++.
\N|To create a library, pass \c{-t\ lib}. By default \c{new} also initializes
a \c{git} repository and generates suitable \c{.gitignore} files (pass \c{-s\
-none} if you don't want that).|
+none} if you don't want that). And for details on naming your projects, see
+\l{bpkg#package-name Package Name}.|
\N|Note to Windows users: the \c{build2-baseutils} package includes core
\c{git} utilities that are sufficient for the \c{bdep} functionality.|