Last active
December 27, 2015 00:49
-
-
Save kcrwfrd/7240383 to your computer and use it in GitHub Desktop.
Cloning an existing install of Octopress
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
# Assuming that you have your Ruby environment configured | |
git clone -b source [email protected]:username/username.github.io.git username.github.io | |
git clone -b master [email protected]:username/username.github.io.git username.github.io/_deploy | |
cd username.github.io | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment