Skip to content

Commit 12dcf81

Browse files
committed
README.md fix
1 parent 510b1a9 commit 12dcf81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
2828
2. Click the Publish button whenever you want to update and deploy the current project.
2929
3. Before running the plugin, you'll need to have a file named `deployment.xml` in the project root folder,
3030
this file tells the plugin how and which driver you're trying to update, you can use this snippet as a template:
31+
3132
``` xml
3233
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3334
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
@@ -47,6 +48,7 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
4748
<entry key="fileFilters">fileFilters</entry>
4849
</properties>
4950
```
51+
5052
4. Upon activation the plugin collects and zipps the contents of the project (excluding filtered files, see `deployment.xml` `fileFilters` property),
5153
the new zip is placed in a folder named `deployment/` in the project root.
5254
Then, the plugin uses the settings in the `deployment.xml` file to contact the server and updae the driver files currently online.

0 commit comments

Comments
 (0)