aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/src/introduction.md')
-rw-r--r--doc/manual/src/introduction.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/src/introduction.md b/doc/manual/src/introduction.md
index f01fe7b38..d68445c95 100644
--- a/doc/manual/src/introduction.md
+++ b/doc/manual/src/introduction.md
@@ -165,10 +165,10 @@ You’re 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
```