oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
645 stars 248 forks source link

Jekyll not installed properly #300

Closed Kanika637 closed 1 year ago

Kanika637 commented 1 year ago

What problems are you experiencing?

After following all the steps, when I write jekyll -v , I get this error 'jekyll' is not recognized as an internal or external command, operable program or batch file.

Steps to reproduce

What's the output from ridk version?

It gives me 3 options and I enter the third one and then it installs it successfully.

mohits commented 1 year ago

Hi @Kanika637 - after installing Ruby using the OneClick Installer, did you also install jekyll?

It's done by opening a command prompt, and then doing: gem install jekyll

After that, you should be able to do: jekyll -v

If something fails, could you also share the output or errors you are seeing?

This says the same thing: https://github.com/oneclick/rubyinstaller2/issues/297#issuecomment-1219514086

mohits commented 1 year ago

Hi @Kanika637 - we have not heard from you, so I hope that it's all working fine for you. I will close this issue now.

Kanika637 commented 1 year ago

Yes, it did work, Thanks!