Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
Indent command blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Jun 5, 2009
1 parent 15b41da commit c8d7c72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All the following commands are run on your workstation and use Capistrano/deprec
to install and configure the required software. You'll need ruby and rubygems installed
locally and can then install deprec with the following command:

sudo gem install deprec
sudo gem install deprec

# Install Xen and required tools on fresh ubuntu host using deprec (www.deprec.org)

Expand All @@ -58,7 +58,9 @@ sudo gem install deprec
role :web, domain
role :db, domain, :primary => true

# Run 'cap install_xenium' to install a full Rails stack and start Xenium.
# Install a full Rails stack and start Xenium:

cap install_xenium

# Login to the Xenium web interface!

Expand Down

0 comments on commit c8d7c72

Please sign in to comment.