No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

13 líneas
322 B

hace 11 años
hace 11 años
  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