-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear how to run a command from the docs directory. #1008
Comments
It refers to running the |
Not sure if this is @logankilpatrick's issue, but I open Julia from the bin directory of the precompiled binary folder by typing |
I was just confused about "then run the following command from the docs/ directory"... Using Atom, I was able to just run the file itself by clicking command+shift+return(on mac), but I am unsure how to run the file using that command "make.jl"..... I tried to cd into the repo's folder but that did not help me. I also have the .julia folder setup properly. |
@mortenpi so can we either add a note to just do command+shift+return(on mac) or can you provide more concrete details as to how to run it from that directory? I am confused about that terminology. |
After that you should be able to just run the |
Mentioning the In any case though, I would be more than happy to review a PR clarifying this in the manual. |
`Leave the newly added file empty and then run the following command from the docs/ directory
$ julia make.jl`
These instructions are not clear as to how I can run the make.jl file in the initial setup of documentor.
https://juliadocs.github.io/Documenter.jl/stable/man/guide/
The text was updated successfully, but these errors were encountered: