Merge pull request #4412 from acx0/fix-intro-doc

Fix `configure` error in introduction doc
This commit is contained in:
Eelco Dolstra 2021-01-01 18:06:56 +01:00 committed by GitHub
commit 8a2ce0f455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,10 +165,10 @@ Youre then dropped into a shell where you can edit, build and test
the package:
```console
[nix-shell]$ tar xf $src
[nix-shell]$ unpackPhase
[nix-shell]$ cd pan-*
[nix-shell]$ ./configure
[nix-shell]$ make
[nix-shell]$ configurePhase
[nix-shell]$ buildPhase
[nix-shell]$ ./pan/gui/pan
```