Skip Navigation

How do you install jekyll on vanillaOS?

Do you have to install it in an container? I know vanillaOS uses apx instead of apt

Update I figured it out you have to make an container then install it from there

apx enter jekyll (enter the container) then sudo apt install ruby-full build-essential zlib1g-dev git for the dependencies then sudo gem install jekyll bundler for jekyll bundler then clone repo then cd repo then bundle install might have to use sudo then done!

Comments

0