1
0
mirror of https://github.com/wting/autojump synced 2024-09-30 06:50:47 +00:00
wting_autojump/docs/development.md

14 lines
322 B
Markdown
Raw Normal View History

## DEVELOPMENT
2013-02-01 20:45:47 +00:00
The source code is primarily in `./bin/autojump`. Various shell wrapper scripts
are also available in `./bin/`.
2013-02-01 20:45:47 +00:00
Documentation is in various files under `./docs/`. Build documentation with the
command:
make docs
Unit tests are available in `./tests/`. Run unit tests with the command:
make test