Changes between Version 72 and Version 73 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2015-06-11T23:18:17+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v72 v73 36 36 Copy the JAR file to the .josm directory : 37 37 {{{ 38 cp dist/PicLayer.jar ~/.josm/plugins/ 39 }}} 38 cp dist/PicLayer.jar ~/.josm/plugins/ 39 }}} 40 41 On OS X, this will be `$HOME/Library/JOSM/plugins`. 42 40 43 And start josm as usual. 41 44