about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-10-17 13:07:33 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-10-17 13:07:33 +0200
commita66652d35eaad6fe949af9bb89b4a3c9d4d0da07 (patch)
treec17ab76b2b2f7ffc368a3ff3478cd6bf8daaff64
parentcfbccf30e184518d84a32a2bae4eab44af010879 (diff)
downloadmkgpt-master.tar.gz
Tiny update HEAD master
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7b0ea19..82602f9 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@ contents of provided partition images.
 
 ## How to build
 
-Just say `make` followed by `make install` and most likely you'll be happy.
-If you want a compact, statically linked executable make sure you have the
-`musl-gcc` wrapper installed and say `make musl-static` (or just `make static`
-if you have a full musl toolchain) followed by `make install` instead.
+Just say `make` followed by `sudo make install` and you'll most likely be happy.
+If you want a compact, statically-linked executable instead, install the `musl`
+toolchain of your choice (even the `musl-gcc` wrapper works) and say
+`make static` (or `CC=whatever make static`) followed by `sudo make install`
+instead.
 
 ## How to use