Jekyll - command not found

后端 未结 15 1824

I am trying to get Jekyll running but I have no experience with Ruby.
As far as I can tell the installation of Jekyll has succeeded.
However:

$ jekyll
         


        
15条回答
  •  鱼传尺愫
    2021-01-31 02:29

    Easier than creating a symlink just install it correctly. If you got permission errors like a lot of people are getting when trying to use

    gem install jekyll
    

    instead use

    sudo gem install jekyll
    

提交回复
热议问题