Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoeck committed Apr 26, 2011
1 parent a7e1bc0 commit 4344b5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ Fictum is designed to make it easier to test your sproutcore applications in pur

##Installation

To setup fictum to work in your SproutCore project, we need to add the framework to your application.
To setup Fictum to work in your SproutCore project, we need to add the framework to your application.

$ cd <your sproutcore project's root directory>
$ mkdir frameworks # if you don't already have a frameworks folder
$ cd frameworks
$ git clone git://github.com/gmoeck/fictum.git

Once Fictum has been downloaded into your frameworks directory, you then need to update your project's Buildfile file. This can be done like so:

config :all, :required => [:sproutcore, :fictum]


##Usage
At this point, the easiest way to see how fictum can be used is to look at it's
integration tests. These can be seen within
Expand Down

0 comments on commit 4344b5d

Please sign in to comment.