Skip to content

Commit

Permalink
Updated README with Installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Fowler committed May 30, 2008
1 parent 45c63a0 commit 6a92912
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.markdown
Expand Up @@ -3,6 +3,23 @@ Shadow

Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed.

Installation
============

If you are running Edge Rails, installation is straightforward:

<pre><code>
$ ./script/plugin install git://github.com/TheBreeze/shadow.git
</code></pre>

Otherwise, the process is a bit more involved, see below:

<pre><code>
$ cd /path/to/your/rails/app
$ git clone --depth 1 git://github.com/TheBreeze/shadow.git "./vendor/plugins/shadow/"; rm -rf ./vendor/plugins/shadow/.git
</code></pre>


Example
=======

Expand Down

0 comments on commit 6a92912

Please sign in to comment.