about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-14 19:30:59 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-14 19:30:59 +0200
commit5ce6e90c70378c63044b526f6a8196645971576a (patch)
tree6884fa00155a8b702426ca356b6184d15b23ac0c /README.md
parentd8db100f9b1913dd0e204f7561bc89f1f46fcefc (diff)
downloadmkgpt-5ce6e90c70378c63044b526f6a8196645971576a.tar.gz
Add swap partition, SPDX identifiers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09837d1..601d2ed 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ contents of provided partition images.
 
 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 static` followed by `make install`
-instead.
+`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.
 
 ## How to use