Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 řádky
322 B

před 11 roky
před 11 roky
  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