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
└── └── Lingo.toml # Configuration file for Lingo Package Manager
68
69
```
69
70
@@ -111,7 +112,7 @@ The **Installed Packages** section lists libraries installed using the [Lingo Pa
111
112
112
113
To install libraries:
113
114
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.
115
116
116
117
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:
0 commit comments