myhduck's Octopress Blog

I want fly well

Updating Octopress

| Comments

Updating Octopress

옥토프레스를 최신버젼으로 업데이트하는 방법을 알아보자

How to Update
1
2
3
4
5
6
7
$ git pull octopress master     # Get the latest Octopress

$ bundle install                # Keep gems updated

$ rake update_source            # update the template's source

$ rake update_style             # update the template's style

자세한 사항은 octopress.org에서..

현재 github api 정상적으로 동작하지 않는것같은데
옥토프레스를 업데이트 해봐야겠다

Comments