Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 829 Bytes

julia_docsets

Build Status License

How to Use

> cargo build --release
> git submodule update --init --recursive
> git submodule foreach git pull origin gh-pages
> TMPDIR=./target ./target/release/build_docsets

For Developers

How to Setup Development Environment

First, you should install pre-commit and Cocogitto first. After installing the prerequisites, execute the following shell commands:

> pre-commit install
> cog install-hook --all