Skip to content

Commit

Permalink
Update readme.md to use .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Sep 26, 2024
1 parent 00b6142 commit 0569be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Users can create specific tokens for a plugin at `https://plugins.qgis.org/<pack
curl \
-H "Authorization: Bearer the_access_token" \
https://plugins.qgis.org/plugins/api/<package_name>/version/add/ \
-F "package=@/path/to/valid_plugin_0.0.1.zip_"
-F "package=@/path/to/valid_plugin_0.0.1.zip"

curl \
-H "Authorization: Bearer the_access_token" \
https://plugins.qgis.org/plugins/api/<package_name>/version/<version>/update \
-F "package=@/path/to/valid_plugin_0.0.2.zip_"
-F "package=@/path/to/valid_plugin_0.0.2.zip"
```

## Contributing
Expand Down

0 comments on commit 0569be9

Please sign in to comment.