summary refs log tree commit diff
path: root/nixos/doc/manual/development/writing-documentation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/writing-documentation.xml')
-rw-r--r--nixos/doc/manual/development/writing-documentation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/writing-documentation.xml b/nixos/doc/manual/development/writing-documentation.xml
index 32e00544cef..89fab666561 100644
--- a/nixos/doc/manual/development/writing-documentation.xml
+++ b/nixos/doc/manual/development/writing-documentation.xml
@@ -25,7 +25,8 @@
 
 <screen>
 <prompt>$ </prompt>cd /path/to/nixpkgs/nixos/doc/manual
-<prompt>$ </prompt>make
+<prompt>$ </prompt>nix-shell
+<prompt>nix-shell$ </prompt>make
 </screen>
 
   <para>