From: hkclark Date: Sat, 3 Sep 2011 15:39:57 +0000 (-0400) Subject: Add comment about $ vs # prompt X-Git-Tag: 5.9003~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0deaac8206658b8fb4c948774ede828b0574860;hp=18a544f48a82657ee3158afb37f684533437042b;p=catagits%2FCatalyst-Manual.git Add comment about $ vs # prompt --- diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 297e0b9..02725c4 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -193,15 +193,11 @@ Virtual Machine. This document uses the term "host machine" to refer to the physical machine where you will run the virtualization software and boot up the VM. The terms "guest machine" or just "VM" refer to the virtual machine itself -- the thing where you actually do the tutorial -and that you boot up on the "host machine". - -Also, to reduce download size, the Tutorial VM just includes a minimal -command-line environment. In general, it is expected that people will -boot up the Tutorial VM on their main desktop (the "host machine" using -the terminology above) and then use that main desktop machine to SSH and -web browse into the "guest VM" as they work through the tutorial. If -you wish to install X-Windows (or any other packages), just use the -C (or C) Debian commands. +(and that you boot up on the "host machine"). +B Throughout the tutorial, we will shows the UNIX shell prompt +as "C<$>". If you are using Tutorial VM, the prompt will really be +"C", but we will keep it short (and also use "C<$>" in +lieu of "C<#>", since "C<#>" looks too much like a Perl comment). =over 4