Skip to content

Commit b524ff1

Browse files
authored
Merge pull request #248 from lf-lang/add-lingo
Add Lingo to Installation Section
2 parents 2b62e43 + a040ee1 commit b524ff1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/installation.md

+14
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,17 @@ Regular and nightly release builds of the command line tools can be downloaded f
150150
### From Source
151151

152152
If you would like to build from source or contribute to Lingua Franca, you can find further instructions in the [developer section](./developer/downloading-and-building.mdx).
153+
154+
155+
## Lingo
156+
157+
Lingo is the package manager and build tool of the Lingua Franca ecosystem. It is currently under
158+
development and is not yet fully stabilized. The latest information can be found in the
159+
[Lingo Github Repository](https://github.com/lf-lang/lingo).
160+
161+
Assuming that `~/.cargo/bin` is on your `$PATH`, you can install `lingo` using the following command:
162+
163+
164+
```
165+
cargo install lingua-franca
166+
```

0 commit comments

Comments
 (0)