Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 322 Bytes

readme.markdown

File metadata and controls

9 lines (7 loc) · 322 Bytes

Building FubuCore

  • Install Ruby
  • Open a command prompt
    • gem install bundler - Install Bundler a Ruby gem manager
    • bundle install - add required ruby gems.
    • ripple restore - restore missing nugets
    • rake - build and run tests