summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index af0bf084f40..16cd8248fd5 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ Building packages
cd pkgsrc/category/package-name
$PREFIX/bin/bmake install
-Where `$PREFIX` is where you've chosen to install packages (typically`/usr/pkg`)
+Where `$PREFIX` is where you've chosen to install packages
+(typically `/usr/pkg`)
On NetBSD, `bmake` is simply the built-in `make` tool.