Describe when someone would need this information. For example "when connecting to wi-fi for the first time".

Step-by-step guide

Add the steps involved:

  1. gem install bundler
  2. find where the bundle ruby gem is installed (e.g. /usr/local/share/gems/gems/bundler-1.13.1/  or ~/.rvm/gems/ruby-<RUBY-VERSION>/gems/bundler-1.13.1)
  3. grep -R -i md5 *
    (this will search recursively for any file that has md5 [also case-insensitive] )
  4. In .rb files,
    change any occurrence of digest/md5 to digest
    and change any occurrence of MD5 to SHA256
  5. You should be good


You may also want to use visual panels to communicate related information, tips or things users need to be aware of.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues