mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Add dev section to README.md and update makefile to reflect new section.
This commit is contained in:
11
docs/development.md
Normal file
11
docs/development.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user