@@ -26,34 +26,41 @@ Before you can build OS images you need to build the toolchain.
2626
27271 . Install Git on Ubuntu with the package manager:
2828
29- ``` bash
30- sudo apt-add-repository ppa:git-core/ppa
31- sudo apt update
32- sudo apt install git
33- ```
29+ ``` bash
30+ sudo apt-add-repository ppa:git-core/ppa
31+ sudo apt update
32+ sudo apt install git
33+ ```
3434
35- 2 . Install required dependencies, using one of the methods:
35+ 2 . Clone the Edge Microvisor Toolkit repository.
3636
37- - [ Make Targets (recommended)] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/docs/building/prerequisites-ubuntu.md#method-1-using-make-targets-recommended )
38- - [ Bash script] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/docs/building/prerequisites-ubuntu.md#method-2-direct-script-execution )
37+ Checkout the release tag of the repository. See the
38+ [ tags] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/tags ) for
39+ ` <release_tag_name> ` . For example,
40+ [ 3.0.20250718] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718 ) .
3941
40- ### Clone the Edge Microvisor Toolkit repository
42+ ``` bash
43+ git clone https://github.com/open-edge-platform/edge-microvisor-toolkit --branch=3.0.20250718
44+ ```
4145
42- Checkout the release tag of the repository. See the
43- [ tags] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/tags ) for
44- ` <release_tag_name> ` . For example,
45- [ 3.0.20250718] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718 ) .
46+ Change directory to the cloned repo:
47+
48+ ``` bash
49+ cd edge-microvisor-toolkit
50+ ```
51+
52+ 3 . Install required dependencies, using one of the methods:
53+
54+ - [ Make Targets (recommended)] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/docs/building/prerequisites-ubuntu.md#method-1-using-make-targets-recommended )
55+ - [ Bash script] ( https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/docs/building/prerequisites-ubuntu.md#method-2-direct-script-execution )
4656
47- ``` bash
48- git clone https://github.com/open-edge-platform/edge-microvisor-toolkit --branch=3.0.20250718
49- ```
5057
5158### Build the tools
5259
53601 . Navigate to the ` toolkit ` directory and build the toolchain.
5461
5562 ``` bash
56- cd edge-microvisor-toolkit /toolkit
63+ cd . /toolkit
5764 ```
5865
5966 > ** Note:**
0 commit comments