Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 724 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 724 Bytes

SpreeRetail

Introduction goes here.

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_retail', github: 'git@github.com:Surgeon/spree_retail.git'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_retail:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Contributing

If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.

Copyright (c) 2016 [name of extension creator], released under the New BSD License