Skip to content

Commit afd2206

Browse files
authored
Update installation.md
Minor changes
1 parent c36bbbc commit afd2206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ or for the nightly pre-release:
133133
yay -S lf-cli-nightly-bin
134134
```
135135

136-
### Nixos
136+
### Nix and NixOS
137137

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.
139139

140140
Run
141141
```
142142
nix shell nixpkgs#lingua-franca
143143
```
144-
to temporarily install lfc in your current shell environment.
144+
to temporarily install `lfc` in your current shell environment.
145145

146146
### Manual Download
147147

0 commit comments

Comments
 (0)