Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add our bundler plugin and our gem right after the source section of your Gemfile.

  2. bundle install and you are ready to go!

Yarn 2 setup

  1. Add our Yarn plugin to the .yarn directory of 2 plugin into your project by running the following codecommand:

    Image Removed

    Add the following lines to your .yarnrc file:

    Image Removed
    Code Block
    yarn plugin import https://my.diffend.io/releases/yarn/2/stable.js
  1. Run yarn install and you are ready to go!

...