summaryrefslogtreecommitdiff
path: root/cli/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cli/INSTALL')
-rw-r--r--cli/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/INSTALL b/cli/INSTALL
new file mode 100644
index 0000000..abb0f51
--- /dev/null
+++ b/cli/INSTALL
@@ -0,0 +1,6 @@
+The easiest way to build this package is with the bpkg package manager:
+
+$ bpkg build cli
+
+But if you don't want to use the package manager, then you can also build it
+manually using the standard build2 build system.