Skip to content

Commit

Permalink
Update usage instructions for command-line ex_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Apr 20, 2014
1 parent 97d8b02 commit d0d36fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can ExDoc via the command line as follows:

3. Next invoke the ex_doc executable from your project:

elixir -pa ebin PATH_TO_YOUR_EXDOC/bin/ex_doc "PROJECT_NAME" "PROJECT_VERSION" -m "PROJECT_MODULE" -u "https://github.com/GITHUB_USER/GITHUB_REPO"
PATH_TO_YOUR_EXDOC/bin/ex_doc "PROJECT_NAME" "PROJECT_VERSION" ebin -m "PROJECT_MODULE" -u "https://github.com/GITHUB_USER/GITHUB_REPO"

For example, here are some acceptable values:

Expand Down

0 comments on commit d0d36fa

Please sign in to comment.