Skip to content

Commit

Permalink
documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Jul 1, 2009
1 parent 9fd7a4f commit c471fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ WiceGrid is known to work with MySQL and Postgres.

Run the following command to install the plugin:

script/plugin install http://svn.wice.eu/public/wice_grid/
script/plugin install git://github.com/leikind/wice_grid.git

You will see that icon files, a javascript file and a stylesheet have been copied to +public+.

If you are installing manually, copy the files with the following command:
If you are not using <tt>script/plugin</tt>, run the following command to copy the assets:

rake wice_grid:copy_resources_to_public

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'WiceGrid'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('SAVED_QUERIES_HOWTO')
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('SAVED_QUERIES_HOWTO.rdoc')
rdoc.rdoc_files.include('CHANGELOG')
rdoc.rdoc_files.include('lib/**/*.rb')
end
File renamed without changes.

0 comments on commit c471fa1

Please sign in to comment.