diff --git a/README b/README new file mode 100644 index 0000000..ae658e0 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +ubase is a set of tools similar to util-linux to complement sbase[1]. + +To build a statically linked version with musl: + + make CC=musl-gcc LDFLAGS+="-static" ubase-box + +[1] http://git.suckless.org/sbase