Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Last active January 28, 2021 20:44
Show Gist options
  • Save OneCDOnly/5ef921cd31e854bb0996f32d62864f3e to your computer and use it in GitHub Desktop.
Save OneCDOnly/5ef921cd31e854bb0996f32d62864f3e to your computer and use it in GitHub Desktop.
install jekyll on Debian Stretch to launch SAB wiki
sudo apt install gem ruby ruby-dev
sudo gem install jekyll bundler jekyll-redirect-from
cd ~/documents/SABnzbd\ wiki/sabnzbd.github.io/
jekyll serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment