forked from lix-project/hydra
doc/manual: fix instructions in contribution guidelines
In 5db374cb50
the `bootstrap` script was
removed, however it's still referenced in the contribution guidelines.
Change that to `autoreconfPhase` as intended by the commit.
This commit is contained in:
parent
7f5889559e
commit
8477009310
|
@ -18,7 +18,7 @@ $ nix-shell
|
||||||
To build Hydra, you should then do:
|
To build Hydra, you should then do:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
[nix-shell]$ ./bootstrap
|
[nix-shell]$ autoreconfPhase
|
||||||
[nix-shell]$ configurePhase
|
[nix-shell]$ configurePhase
|
||||||
[nix-shell]$ make
|
[nix-shell]$ make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue