mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
12 lines
322 B
Markdown
12 lines
322 B
Markdown
## DEVELOPMENT
|
|
|
|
The source code is primarily in `./bin/autojump`. Various shell wrapper scripts are also available in `./bin/`.
|
|
|
|
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
|