Skip to content

Commit

Permalink
gah whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Dec 22, 2008
1 parent 588d8d9 commit b28b7f9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.textile
Expand Up @@ -6,17 +6,15 @@ Preferences are for the masses. Any real coder knows the easiest and best way to

h2. Quick Start

<pre><code>
git clone git://github.com/xaviershay/enki.git enki
<pre><code> git clone git://github.com/xaviershay/enki.git enki
cd enki
git checkout -b myblog # Create a new work branch
cp config/database.example.yml config/database.yml
# Edit config/enki.yml and config/database.yml to taste
rake db:migrate
rake spec
./script/server
# Load http://localhost:3000/admin in your browser
</code></pre>
# Load http://localhost:3000/admin in your browser</code></pre>

Or for bonus points, fork "enki at github":http://github.com/xaviershay/enki/tree/master and clone that instead.

Expand Down Expand Up @@ -48,11 +46,7 @@ h2. Author

h2. Contributors, these guys rock

<pre>
<code>
git log | grep Author | sort | uniq
</code>
</pre>
<pre><code>git log | grep Author | sort | uniq</code></pre>

h2. License

Expand Down

0 comments on commit b28b7f9

Please sign in to comment.