getting.txt 450 B

12345678910111213141516171819202122
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. [[getting-openadk]]
  4. Getting OpenADK
  5. ---------------
  6. OpenADK does not have any releases. Only direct Git
  7. access is possible.
  8. To download OpenADK using Git just do:
  9. ---------------------
  10. $ git clone git://openadk.org/git/openadk
  11. ---------------------
  12. Or if you prefer HTTP or using Git behind a proxy:
  13. ---------------------
  14. $ git clone http://git.openadk.org/openadk.git
  15. ---------------------