Created
September 27, 2015 13:33
-
-
Save wsmoak/c967f757851076fe71e9 to your computer and use it in GitHub Desktop.
Building the Elixir docs
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
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