Skip to content

Instantly share code, notes, and snippets.

@xmeta
Created January 25, 2016 09:14
Show Gist options
  • Save xmeta/1565e4989d88a331e92e to your computer and use it in GitHub Desktop.
Save xmeta/1565e4989d88a331e92e to your computer and use it in GitHub Desktop.
AsciiDocで書くWIKIの作成方法
\curl -L https://get.rvm.io | bash -s stable --ruby
rvm gemset create gollum
rvm use 1.9.3@gollum
mkdir -p ~/tmp/gollum
cd ~/tmp/gollum
git init .
gem install gollum
gem install asciidoctor
gollum --port 4141
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment