Skip to content

Commit

Permalink
Merge pull request #6370 from doubledup/fix-typo-nix-run
Browse files Browse the repository at this point in the history
Add `github:` prefix to Roc repo in example `nix run` commands
  • Loading branch information
Anton-4 authored Mar 8, 2024
2 parents 5b7b24b + c05ba7e commit 09b40a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting_started/nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

To quickly try out roc without installing, use `nix run`:
```shell
nix run roc-lang/roc -- <roc args>
nix run github:roc-lang/roc -- <roc args>
# examples:
# - nix run roc-lang/roc -- repl
# - nix run roc-lang/roc -- dev main.roc
# - nix run github:roc-lang/roc -- repl
# - nix run github:roc-lang/roc -- dev main.roc
```

## Use with Flakes
Expand Down

0 comments on commit 09b40a1

Please sign in to comment.