Skip to content

Commit 9ee3c0d

Browse files
committed
adding lingo to installation section
1 parent 2b62e43 commit 9ee3c0d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/installation.md

+12
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,15 @@ 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+
```
162+
cargo install lingua-franca
163+
PATH=$PATH:~/.cargo/bin
164+
```

0 commit comments

Comments
 (0)