diff --git a/content/en/docs/getting-started/_index.md b/content/en/docs/getting-started/_index.md index 9b7e1d5d..66fab612 100644 --- a/content/en/docs/getting-started/_index.md +++ b/content/en/docs/getting-started/_index.md @@ -216,6 +216,9 @@ This will allow us to select the target architecture (e.g., aarch64 or x86-64) a $ make menuconfig ``` +**Note: `OS X` is default shipped with [`FreeBSD sed`](https://man.freebsd.org/cgi/man.cgi?sed(1)) not [`GNU sed`](https://www.gnu.org/software/sed/), this may cause failure when executing above command.** +**You need to manually install `GNU sed` through `$ brew install gnu-sed` and export environment varibale `$ PATH="~/gnu-sed/libexec/gnubin:$PATH"`.** + By default the build system selects x86-64 as target architecture, so we only have to choose a target platform. We will decide for KVM by navigating to the `Platform Configuration | KVM guest` option and selecting it. Afterwards, we save and exit the configuration menu.