Skip to content

Commit 14c6a31

Browse files
committed
Installation instructions
1 parent 26a3397 commit 14c6a31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ or latter which must have the [`flakes`](https://nixos.wiki/wiki/Flakes) feature
2020
See [nix quick-install](https://nixos.org/download.html) or the [install-nix tutorial](https://nix.dev/tutorials/install-nix)
2121
for more in depth instructions.
2222

23+
## Installing Gleam locally (~/.nix-profile)
24+
25+
```shell
26+
# This will install gleam from latest commit on main branch.
27+
nix profile install github:vic/gleam-nix --override-input gleam github:gleam-lang/gleam/main
28+
gleam --help
29+
```
30+
2331
## Running Gleam nightly. (or any branch/commit)
2432

2533
The following command runs `gleam --help` on the build from

0 commit comments

Comments
 (0)