You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/embox_quick_start_en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ The system starts to load.
272
272
At any moment in gdb terminal you can type <kbd>ctrl + C</kbd> and see the stack of the current thread (`backtrace`) or set breakpoints (`break <function name>`, `break <file name>:<line number>`).
273
273
274
274
## Connection of external repository
275
-
Embox allows connection of external repo for modules and templates. To connect them to each other, it's enough to specify root directory of repository:
275
+
Embox allows to connect external repo to modules and templates. It's enough to specify root directory of repository for this purpose:
276
276
```
277
277
make ext_conf EXT_PROJECT_PATH=<your projects path>
0 commit comments