Skip to content

Commit 6ea69d9

Browse files
authored
Update README.md
1 parent 34ff1d5 commit 6ea69d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A QGIS plugin for exporting plugins
44
## Description
55

66
Plugin Exporter is a QGIS plugin that can export installed plugins into a .csv or .json file. The user can export all the installed plugins or select the plugins they want to export.
7-
Plugin Exporter can also use the generated file to install the plugins back in QGIS.
7+
Plugin Exporter can also use the generated file to install the plugins back in QGIS. Third party repositories are also supported as of v0.2.0.
88

99
## Getting Started
1010

@@ -22,6 +22,7 @@ Plugin Exporter is now available in the QGIS repos! https://plugins.qgis.org/plu
2222
#### Export plugins
2323
* Click on the Plugin Exporter icon <img src="https://github.com/Scriptbash/PluginExporter/blob/main/plugin_exporter/icon.png?raw=true" alt="drawing" width="30"/> or go in the "Plugins" menu, select "Plugin Exporter" and click on "Export plugins"
2424
* You can then select which plugins to export
25+
* By default, third party repositories (either enabled or disabled) are also exported
2526
* Select a format (.csv or .json)
2627
* Select an output file and click on "OK"
2728
* The plugin will export the plugins
@@ -30,7 +31,7 @@ Plugin Exporter is now available in the QGIS repos! https://plugins.qgis.org/plu
3031
* Click on the Plugin Exporter icon <img src="https://github.com/Scriptbash/PluginExporter/blob/main/plugin_exporter/icon.png?raw=true" alt="drawing" width="30"/> or go in the "Plugins" menu, select "Plugin Exporter" and click on "Export plugins"
3132
* Select the "Import" option
3233
* Select a file to import and click on "OK"
33-
* The plugin will install the plugins and by default will skip those already installed
34+
* The plugin will add third party repositories if they were exported and install the plugins. By default it will skip those already installed
3435

3536
## Screenshot
3637
![image](https://github.com/Scriptbash/PluginExporter/assets/98601298/4b92a3da-2cab-448c-865b-0949eeef5f3f)

0 commit comments

Comments
 (0)