Skip to content

Commit

Permalink
Fix doctest execution in README (JuliaLang#29778)
Browse files Browse the repository at this point in the history
The information on how to run doctests  in `doc/README.md` wasn't correct. I replaced it with what I found in `CONTRIBUTING.md`.
  • Loading branch information
laborg authored and KristofferC committed Oct 23, 2018
1 parent 70be5f2 commit 3d33217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from the root directory. This will build the HTML documentation and output it to
To run the doctests found in the manual run

```sh
$ make -C doc check
$ make -C doc doctest=true
```

from the root directory.
Expand Down

0 comments on commit 3d33217

Please sign in to comment.