From 6ff644d8a57147e2bb4508c7f06d0b07fcc91f92 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 27 May 2021 12:33:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba13981..049bc3b 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ $:~ cd poky-3.2 ``` ## 3. Execute environment script -Please use possible machine type which you selected (see step 2)! Here as example we use hd51. -This creates (if not exists!) the build directory named as hd5, sets the build environment and will print some lines: +Please use possible machine type which you selected (see [step 2](#2-execute-init-script))! Here as example we use hd51. +This creates (if not exists!) the build directory named as hd51, sets the build environment and will print some lines: ```bash $:~ . ./oe-init-build-env hd51 @@ -73,7 +73,7 @@ Other commonly useful commands are: tuxbox@tuxbox-builder:~/Build/poky-3.0/hd51 $ ``` -NOTE: If you left the build directory you must retry step 4 for your machine type to recreate the required environment. +**NOTE:** If you left the current shell you must retry [step 3](#3-execute-environment-script) for your machine type to recreate the required environment. ## 4. Build image Now you are ready to build an image.