Install Jekyll On Windows 10 With Ruby Devkit 3.0
How to get install Jekyll on Windows 10 with Ruby DevKit 3.0
- Go to the Ruby installation page
- Download the latest version of Ruby (At this point version 3.0.0-1 (x64)
- Run the installer.
- At the end you’ll get the option to run ridk (Do it)
ridk install
- Close the console completely once you’ve installed it, reopen it then run the following command to make sure Jekyll is installed
jekyll -v
- 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.