Changes between Version 19 and Version 20 of Source code


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

Fix typo, add some comments

Legend:

Unmodified
Added
Removed
Modified
  • Source code

    v19 v20  
    3232 * From the unofficial [https://github.com/JOSM/josm-plugins josm-plugins GitHub mirror]:
    3333{{{#!sh
     34# We are effectively replicating the directory hierarchy of the JOSM svn repository so that the plugins can be built.
    3435mkdir josm && cd josm
    3536git clone git://github.com/JOSM/josm-plugins.git plugins
    36 # This is need for building most plugins.
     37# This is needed for building most plugins.
    3738git clone https://github.com/JOSM/josm.git core
    3839ln -s core/tools plugins/00_core_tools