Changes between Version 18 and Version 19 of Source code


Ignore:
Timestamp:
2023-09-05T15:27:05+02:00 (23 months ago)
Author:
taylor.smock
Comment:

Add instructions for josm-plugins github mirror.

Legend:

Unmodified
Added
Removed
Modified
  • Source code

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