First stab at README
[catagits/Catalyst-Runtime.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..dc77029
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+Catalyst-Runtime
+================
+This is the Runtime distribution for the Catalyst MVC framework.
+For more information about Catalyst, write
+
+$ perldoc Catalyst
+
+at the command line, or visit http://www.catalystframework.org/.
+You can also install Catalyst::Manual from CPAN for more
+comprehensive information.
+
+If you are going to write your own Catalyst application, you will
+need to install Catalyst::Devel. Having done that, see catalyst.pl
+for more information about creating your first app.