README: explain make ubase-box-install - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 54b84ee3bdd47e91e7eecef69e280f737e71f092 | |
parent 67220cf2e8836403b269d7436482d64360b12bfe | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 28 Feb 2015 15:39:09 +0100 | |
README: explain make ubase-box-install | |
Diffstat: | |
M README | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -16,9 +16,9 @@ config.mk and config.h depending on your system. | |
You can also build ubase-box, which generates a single binary | |
containing all the required tools. You can then symlink the | |
-individual tools to ubase-box or run them directly as follows: | |
+individual tools to ubase-box or run: make ubase-box-install. | |
- ubase-box cmd [args] | |
+To run the tools for ubase-box directly use: ubase-box cmd [args] | |
Ideally you will want to statically link ubase. We highly recommend | |
using musl-libc[2]. |