diff --git a/README.md b/README.md index e65f2b3..aec9f0f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#Ubuntu Equip -###Super simple setup scripts for Ubuntu inspired by [Rails Ready](https://github.com/joshfng/railsready) +# Ubuntu Equip +### Super simple setup scripts for Ubuntu inspired by [Rails Ready](https://github.com/joshfng/railsready) # -###Run these scripts on a fresh install of Ubuntu. They'll do the rest. +### Run these scripts on a fresh install of Ubuntu. They'll do the rest. For instance, these days I use [Ubuntu's ami-46f4092f AMI](http://cloud.ubuntu.com/ami/) or ami-a562a9cc. The `ubuntu` user has [`sudo` privileges](http://alestic.com/2009/04/ubuntu-ec2-sudo-ssh-rsync); thus, you should run these scripts w/a `sudo` prefix. -###To run: +### To run: * Ruby 1.9.3 setup * `wget --no-check-certificate https://github.com/aglover/ubuntu-equip/raw/master/equip_ruby.sh && bash equip_ruby.sh` * you get Ruby 1.9.3 latest patch level, Bundler, and Git @@ -65,7 +65,7 @@ For instance, these days I use [Ubuntu's ami-46f4092f AMI](http://cloud.ubuntu.c * `wget --no-check-certificate https://raw.githubusercontent.com/aglover/ubuntu-equip/master/equip_postgres.sh && bash equip_postgres.sh` -###Special Thanks +### Special Thanks If you are looking to stand up a Rails stack, you should check out [Josh Frye's Rails Ready](https://github.com/joshfng/railsready). It's the way to go (ubuntu-equip doesn't install Rails as this is a `bundle` task that can be handled at the project level). [Ryan McGeary](http://ryan.mcgeary.org/) was super helpful with Ruby & Mongo setup scripts.