How did I install Jekyll to Windows 7

Step 1

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Step 2

choco install ruby -y

Step 3

gem install bundler

Step 4

gem install jekyll

Step 5

Install DevKit from here: Downloads

Step 6

cd C:\tools\devkit

Step 7 (config.yml)

- C:/tools/ruby23

Step 8

ruby dk.rb install

Step 9

gem install wdm

Step 10

gem install tzinfo-data