summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-05-01 11:47:26 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-05-01 11:47:26 +0200
commit404a94ab6914405948640bedb92d1f9ddd502a8a (patch)
tree1a681000007bfc74354f5349730443aa3d57df3a
parent93874cc18a4095d60faaaa00e3624474c1856398 (diff)
Tweak README.md
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 44687a150..a1588284d 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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
@@ -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://irc.freenode.net/#nixos)
## License
-Nix is released under the [LGPL v2.1](./COPYING)
+Nix is released under the [LGPL v2.1](./COPYING).