Skip to content

Commit

Permalink
Merge pull request #9010 from fricklerhandwerk/first-steps
Browse files Browse the repository at this point in the history
refer to nix.dev for installation instructions
  • Loading branch information
roberth authored Oct 5, 2023
2 parents d12fb4b + 80f734a commit 66a9fb0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ Nix is a powerful package manager for Linux and other Unix systems that makes pa
management reliable and reproducible. Please refer to the [Nix manual](https://nixos.org/nix/manual)
for more details.

## Installation
## Installation and first steps

On Linux and macOS the easiest way to install Nix is to run the following shell command
(as a user other than root):
Visit [nix.dev](https://nix.dev) for [installation instructions](https://nix.dev/tutorials/install-nix) and [beginner tutorials](https://nix.dev/tutorials/first-steps).

```console
$ curl -L https://nixos.org/nix/install | sh
```

Information on additional installation methods is available on the [Nix download page](https://nixos.org/download.html).
Full reference documentation can be found in the [Nix manual](https://nixos.org/nix/manual).

## Building And Developing

Expand Down

0 comments on commit 66a9fb0

Please sign in to comment.