Skip to content

Commit a040ee1

Browse files
committed
incoperating feedback from marten and christian
1 parent 9ee3c0d commit a040ee1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ If you would like to build from source or contribute to Lingua Franca, you can f
154154

155155
## Lingo
156156

157-
Lingo is the package manager and build tool of the lingua franca ecosystem. It is currently under
157+
Lingo is the package manager and build tool of the Lingua Franca ecosystem. It is currently under
158158
development and is not yet fully stabilized. The latest information can be found in the
159159
[Lingo Github Repository](https://github.com/lf-lang/lingo).
160160

161+
Assuming that `~/.cargo/bin` is on your `$PATH`, you can install `lingo` using the following command:
162+
163+
161164
```
162165
cargo install lingua-franca
163-
PATH=$PATH:~/.cargo/bin
164166
```

0 commit comments

Comments
 (0)