Show more accurate login prompts
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index 40d715d..1227837 100644 (file)
@@ -206,8 +206,9 @@ L<http://www.virtualbox.org/>.
 Once you get a login prompt, enter the username B<root> and a password
 for C<catalyst>.  You should now be at a prompt that looks like:
 
-    login: root
-    password: catalyst
+    catalyst login: root
+    Password: catalyst
+    ...
     root@catalyst:~#
 
 =item 5
@@ -392,6 +393,10 @@ change between database systems: most of the code generally remains the
 same.
 
 
+You can jump to the next chapter of the tutorial here:
+L<Catalyst Basics|Catalyst::Manual::Tutorial::02_CatalystBasics>
+
+
 =head1 AUTHOR
 
 Kennedy Clark, C<hkclark@gmail.com>