You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,15 +133,15 @@ or for the nightly pre-release:
133
133
yay -S lf-cli-nightly-bin
134
134
```
135
135
136
-
### Nixos
136
+
### Nix and NixOS
137
137
138
-
LFC is packaged in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/compilers/lingua-franca/default.nix#L28) and is available via the binary cache.
138
+
The Lingua Franca compiler is packaged in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/compilers/lingua-franca/default.nix#L28) and is available via the binary cache.
139
139
140
140
Run
141
141
```
142
142
nix shell nixpkgs#lingua-franca
143
143
```
144
-
to temporarily install lfc in your current shell environment.
144
+
to temporarily install `lfc` in your current shell environment.
0 commit comments