summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJesse Koontz <jesselks@yahoo.com>2005-08-25 20:58:05 +0000
committerJesse Koontz <jesselks@yahoo.com>2005-08-25 20:58:05 +0000
commit773be962b05d7d35c392eb9ae9b70822123693c3 (patch)
tree43ee0fd0986f7bdcd49e5c639cbfde5e27ce5683 /README
parent48a2e0f05735263a8cc4d16188a904c24385b9b1 (diff)
downloadpuppet-773be962b05d7d35c392eb9ae9b70822123693c3.tar.gz
puppet-773be962b05d7d35c392eb9ae9b70822123693c3.tar.xz
puppet-773be962b05d7d35c392eb9ae9b70822123693c3.zip
Added GPL license
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@590 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index b25a28b5d..bd853cac3 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
$Id$
-This is what you need to get puppet running:
+Documentation (and detailed install instructions) can be found
+online: http://reductivelabs.com/projects/puppet/documentation/
+This is what you need to get puppet running:
-- Check you have Ruby version 1.8.2 or later
You can download it from
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz
@@ -14,9 +16,7 @@ This is what you need to get puppet running:
to contain its lib directory.
-- Install puppet
- Run 'ruby install.rb' or add the 'lib/' directory to your RUBYLIB path.
- Documentation can be found online at
- http://reductivelabs.com/projects/puppet/documentation/
+ Run 'ruby install.rb' or add the 'lib/' directory to your RUBYLIB path.
-- After that, you should be able to go into test/ and run ./test,
or run 'bin/puppet' on whichever puppet config files you want.