Skip to content

Commit 7036389

Browse files
committed
Improved documentation
1 parent 664bef0 commit 7036389

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tools/code-extension.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ The correct structure of the LF package should look like this:
6363
│ ├── src/
6464
│ │ ├── lib/ # Directory for storing reusable reactors
6565
│ │ │ ├── Input.lf # Ex: reactor capturing external inputs (e.g., Microphone, Camera)
66-
│ │ └── └── ComputerVision.lf # Ex: reactor performing computer vision tasks (e.g., object detection, face recognition)
66+
│ │ │ └── ComputerVision.lf # Ex: reactor performing computer vision tasks (e.g., object detection, face recognition)
67+
│ │ └── Main.lf # Ex: main source file
6768
└── └── Lingo.toml # Configuration file for Lingo Package Manager
6869
```
6970

@@ -111,7 +112,7 @@ The **Installed Packages** section lists libraries installed using the [Lingo Pa
111112

112113
To install libraries:
113114
1. Configure the `Lingo.toml` file with the desired libraries.
114-
2. Run `lingo build` to download the specified dependencies.
115+
2. Run <kbd>lingo build</kbd> in the terminal from the current directory to download the specified dependencies.
115116

116117
Once the libraries are installed, they will appear in the `{package_name}/build/lfc_include/` directory. The **Installed Packages** section will then be structured as follows:
117118

0 commit comments

Comments
 (0)