FlightGear wiki:Howto: Wiki addon development: Difference between revisions

Line 54: Line 54:
* make a selection using the mouse
* make a selection using the mouse
* to configure the addon, go to <code>about:addons</code> and navigate to the "Preferences" button next to the extension's entry.
* to configure the addon, go to <code>about:addons</code> and navigate to the "Preferences" button next to the extension's entry.
* to install the dependencies of the headless script (node.js), run <code>npm install</code> inside the extension folder


== Known Issues ==
== Known Issues ==