From d779c4019dde8af0d72707d05ede05c91e2d6e16 Mon Sep 17 00:00:00 2001 From: kamortho Date: Sat, 11 Apr 2020 21:53:52 -0400 Subject: [PATCH] Fix README after renaming the mcm symlink to ccc Found this after following the instructions. Had to s/mcm/ccc/ when creating the link. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a5fb225..cf82a43 100644 --- a/README +++ b/README @@ -88,11 +88,11 @@ Or you can download the resulting binary tarballs from: https://mkroot.musl.cc/latest -If you create an "mcm" symlink under mkroot pointing to your musl-cross-make +If you create an "ccc" symlink under mkroot pointing to your musl-cross-make output directory, you can use the cross.sh wrapper script to quickly select the target to build, or use the target "all" to build all available targets. - $ ln -s cross ~/mcm/output mcm + $ ln -s ~/mcm/output ccc $ ./cross.sh # lists available targets $ ./cross.sh i686 $ tail output/i686/log.txt