Skip to content

Commit d18f440

Browse files
authored
Update embox_quick_start_en.md
1 parent 695216f commit d18f440

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

en/embox_quick_start_en.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,18 @@ Clone git repository:
77
```
88
$ git clone https://github.com/embox/embox
99
```
10-
Or download as an archive:
11-
```
12-
[https://github.com/embox/embox/releases](
13-
<https://github.com/embox/embox/releases/>
14-
```
10+
Or download as an archive [https://github.com/embox/embox/releases](https://github.com/embox/embox/releases).
11+
1512
## Work on Windows or MacOS
1613
### Please follow the next recommendations:
1714
Download an actual version of PowerShell:
18-
```
19-
[How to download PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3/)
20-
```
15+
[How to download PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3/)
16+
2117
Open PowerShell as an administrator and install WSL2 (please pay your attention to the demands on Windows version):
22-
```
23-
[How to install WSL2](https://learn.microsoft.com/en-us/windows/wsl/install-manual)
18+
[How to install WSL2](https://learn.microsoft.com/en-us/windows/wsl/install-manual)
2419
```
2520
Before the next step upgrade WSL1 to WSL2 if you did'nt do this(the instruction is in a link above). In other way Embox won't run on Windows.
21+
```
2622

2723
### Download Ubuntu from Microsoft Store
2824
Check yout version of WSL the next way: insert the command below in PowerShell:
@@ -58,9 +54,9 @@ Run the next three commands
5854
```
5955
P.S.: If you have any problems with running Embox on Windows -- please check a correctness of the inserted commands.
6056
If it's correct -- you can use the recommendations from the article(the link is below):
61-
```
62-
[How to solve problems with WSL](https://learn.microsoft.com/en-us/windows/wsl/troubleshooting)
63-
```
57+
58+
[How to solve problems with WSL](https://learn.microsoft.com/en-us/windows/wsl/troubleshooting)
59+
6460

6561
## Enviroment Settings
6662
Minimal required packages: *make*, *gcc*, (cross-compiler for target platform. see "Cross-compiler installation").
@@ -102,14 +98,13 @@ Extract files from archive and set *PATH* enviroment variable:
10298

10399
***SPARC, Microblaze, MIPS, PowerPC, MSP430***:
104100
You can try to use some cross-compiler based on gcc in case if you already have a suitable one.
101+
105102
But it would be better if you will use our project for cross-compiler installation:
106-
```
107-
[https://github.com/embox/crosstool](https://github.com/embox/crosstool)
108-
```
103+
[https://github.com/embox/crosstool](https://github.com/embox/crosstool)
104+
109105
You can use already ready-to-use archives from:
110-
```
111-
[https://github.com/embox/crosstool/releases](https://github.com/embox/crosstool/releases)
112-
```
106+
[https://github.com/embox/crosstool/releases](https://github.com/embox/crosstool/releases)
107+
113108
Or you can build cross-compiler with the script in the project's root folder:
114109
```
115110
$ ./crosstool.sh ARCH

0 commit comments

Comments
 (0)