Skip to content

Commit

Permalink
Tweak README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 1, 2020
1 parent 93874cc commit 404a94a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Information on additional installation methods is available on the [Nix download

### Building Nix

You can build Nix via Nix via one of the targets provided by [release.nix](./release.nix):
You can build Nix using one of the targets provided by [release.nix](./release.nix):

```
$ nix-build ./release.nix -A build.aarch64-linux
Expand All @@ -33,7 +33,7 @@ $ nix-build ./release.nix -A build.x86_64-linux

### Development Environment

You can use the provided `shell.nix` to easily bootstrap a working development environment:
You can use the provided `shell.nix` to get a working development environment:

```
$ nix-shell
Expand All @@ -46,10 +46,9 @@ $ make

- [Nix manual](https://nixos.org/nix/manual)
- [Nix jobsets on hydra.nixos.org](https://hydra.nixos.org/project/nix)
- [Nix - A One Pager](https://github.com/tazjin/nix-1p)
- [NixOS Discourse](https://discourse.nixos.org/)
- [IRC - #nixos on freenode.net](irc:https://irc.freenode.net/#nixos)

## License

Nix is released under the [LGPL v2.1](./COPYING)
Nix is released under the [LGPL v2.1](./COPYING).

0 comments on commit 404a94a

Please sign in to comment.