Last active
January 28, 2021 20:44
-
-
Save OneCDOnly/5ef921cd31e854bb0996f32d62864f3e to your computer and use it in GitHub Desktop.
install jekyll on Debian Stretch to launch SAB wiki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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