Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #57156

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/src/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,13 @@
```sh
cargo install juliaup
```

### [Nix](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=julia) (Nix Package Manager)
On non flake, run:
```sh
nix-shell julia

Check warning on line 131 in doc/src/manual/installation.md

View workflow job for this annotation

GitHub Actions / Check whitespace

Whitespace check

trailing whitespace
```
On flake run:

Check warning on line 133 in doc/src/manual/installation.md

View workflow job for this annotation

GitHub Actions / Check whitespace

Whitespace check

trailing whitespace
```sh
nix shell nixpkgs#julia
```
Loading