Manual: Add a missing step to the build instructions

Reported by Johan Grande.
This commit is contained in:
Eelco Dolstra 2013-04-09 17:57:48 +02:00
parent 258897c265
commit 05420e7883
1 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ distributions using the regular sequence:
<screen>
$ tar xvfj nix-<replaceable>version</replaceable>.tar.bz2
$ cd nix-<replaceable>version</replaceable>
$ ./configure
$ make
$ make install <lineannotation>(as root)</lineannotation></screen>