Skip to content

Commit

Permalink
Merge pull request #248 from lf-lang/add-lingo
Browse files Browse the repository at this point in the history
Add Lingo to Installation Section
  • Loading branch information
cmnrd authored Apr 4, 2024
2 parents 2b62e43 + a040ee1 commit b524ff1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b524ff1

Please sign in to comment.