diff --git a/docs/installation.md b/docs/installation.md index 120d17ab1..d93c5be37 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -150,3 +150,17 @@ Regular and nightly release builds of the command line tools can be downloaded f ### From Source 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). + + +## Lingo + +Lingo is the package manager and build tool of the Lingua Franca ecosystem. It is currently under +development and is not yet fully stabilized. The latest information can be found in the +[Lingo Github Repository](https://github.com/lf-lang/lingo). + +Assuming that `~/.cargo/bin` is on your `$PATH`, you can install `lingo` using the following command: + + +``` + cargo install lingua-franca +```