Skip to content

Instantly share code, notes, and snippets.

@wsmoak
Created September 27, 2015 13:33
Show Gist options
  • Save wsmoak/c967f757851076fe71e9 to your computer and use it in GitHub Desktop.
Save wsmoak/c967f757851076fe71e9 to your computer and use it in GitHub Desktop.
Building the Elixir docs
Building the documentation requires ExDoc to be installed and built in the same containing folder as Elixir.
# After cloning and compiling Elixir
git clone git://github.com/elixir-lang/ex_doc.git
cd ex_doc && ../elixir/bin/mix do deps.get, compile
cd ../elixir && make docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment