How to get install Jekyll on Windows 10 with Ruby DevKit 3.0

  1. Go to the Ruby installation page
  2. Download the latest version of Ruby (At this point version 3.0.0-1 (x64)
  3. Run the installer.
    1. At the end you’ll get the option to run ridk (Do it)
ridk install
  1. Close the console completely once you’ve installed it, reopen it then run the following command to make sure Jekyll is installed
jekyll -v
  1. Once you’ve done this, run the following command - If you don’t iinstall Webrick you won’t be able to run ‘jekyll serve –watch’
bundle add webrick

This will probably be fixed in a later version.