Skip to content

Commit 0197666

Browse files
authored
Translated one more section
Translated one more section
1 parent ad5db41 commit 0197666

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

en/embox_build_en.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can get more information about feachures of command line, using:
133133
```
134134
$ make help
135135
```
136-
Существуют различные подразделы цели *help*, например, *help-mod*:There are different subsections of the *help* goal, for example, *help-mod*:
136+
There are different subsections of the *help* goal, for example, *help-mod*:
137137
```
138138
$ make help-mod
139139
```
@@ -149,20 +149,20 @@ Usage: make mod-<INFO>
149149
was included in build
150150
```
151151

152-
### Получение дизассемблера текущего образа
153-
Файл с дизассебмлером можно получить с помощью команды:
152+
### Getting disassembler of current image
153+
You can get the file with disassembler, using the command below:
154154
```
155155
$ make disasm
156156
```
157157

158-
### Получение графа модулей
159-
Граф модулей в png-формате можно получить через:
158+
### Getting the graph of modules
159+
The command below will allow you to get graph of modules in png-format:
160160
```
161161
$ make dot
162162
```
163-
После выполнения команды *$ make dot* появится файл *build/doc/embox.png*.
163+
После выполнения команды *$ make dot* появится файл *build/doc/embox.png*.After running *make dot* command the *build/doc/embox.png* will appear.
164164

165-
Вам потребуется установить пакет *graphviz*:
165+
You'll need to install the *graphviz* package:
166166
```
167167
$ sudo apt install graphviz
168168
```

0 commit comments

Comments
 (0)