You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 rivejä
322 B

11 vuotta sitten
11 vuotta sitten
  1. ## DEVELOPMENT
  2. The source code is primarily in `./bin/autojump`. Various shell wrapper scripts
  3. are also available in `./bin/`.
  4. Documentation is in various files under `./docs/`. Build documentation with the
  5. command:
  6. make docs
  7. Unit tests are available in `./tests/`. Run unit tests with the command:
  8. make test