選択できるのは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