From 708c94480fc4e5d6be999b46c4f4c1ea1c7d93e7 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 15 Oct 2024 19:49:49 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd25d1c..f6eecf7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ more options are available. See the provided `config.mak.dist` and `presets/*` for examples. These options could also be provided by `make` arguments like `make TARGET=i486-linux-musl`. -To compile, install `gcc` and `g++`, then run `make`. To install to `$(OUTPUT)`, run `make install`. +To compile, install `gcc` and `g++`, then run `make`. +To install to `$(OUTPUT)`, run `make install`. The default value for `$(OUTPUT)` is output; after installing here you can move the cross compiler toolchain to another location as desired.