30 | | git clone git://github.com/JOSM/josm.git |
| 30 | git clone https://github.com/JOSM/josm.git |
| 31 | }}} |
| 32 | * From the unofficial [https://github.com/JOSM/josm-plugins josm-plugins GitHub mirror]: |
| 33 | {{{#!sh |
| 34 | mkdir josm && cd josm |
| 35 | git clone git://github.com/JOSM/josm-plugins.git plugins |
| 36 | # This is need for building most plugins. |
| 37 | git clone https://github.com/JOSM/josm.git core |
| 38 | ln -s core/tools plugins/00_core_tools |
| 39 | ln -s core/test/lib plugins/00_core_test_lib |
| 40 | ln -s core/test/config plugins/00_core_test_config |