您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
322 B

11 年前
11 年前
  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