diff --git a/README.md b/README.md
index e0e904a..8b95ae1 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,17 @@ If we now go back and forth from our project in shotgun desktop ( < arrow top le
+## Enable the Shotgun Plugin Engine within Krita
+
+One last step! The first time that you use the integration, you will have to make sure the Shotgun Engine plugin is enabled within Krita.
+
+You can find this option by accessing the Plugin Manager options:
+`Settings > Configure Krita > Python Plugin Manager ... > Shotgun`
+
+Mark the Shotgun plugin as active and make sure you restart Krita from Shotgun Desktop. Once this is done, a new `Shotgun` menu will be shown in the menu bar.
+
+
+
## Krita engine options:
diff --git a/engine.py b/engine.py
index aade959..32ccee2 100644
--- a/engine.py
+++ b/engine.py
@@ -657,7 +657,7 @@ def init_engine(self):
show_error(msg)
raise tank.TankError(msg)
- if krita_ver > MIN_COMPATIBILITY_VERSION + 1:
+ if krita_ver > MIN_COMPATIBILITY_VERSION:
# show a warning that this version of Krita isn't yet fully tested
# with Shotgun:
msg = (
diff --git a/info.yml b/info.yml
index ea39054..db7ee15 100644
--- a/info.yml
+++ b/info.yml
@@ -38,7 +38,7 @@ configuration:
it isn't yet fully supported and tested with Toolkit. To disable the warning
dialog for the version you are testing, it is recomended that you set this
value to the current major version + 1."
- default_value: 3
+ default_value: 5
debug_logging:
type: bool
diff --git a/startup.py b/startup.py
index f325851..b33915b 100644
--- a/startup.py
+++ b/startup.py
@@ -165,7 +165,7 @@ class KritaLauncher(SoftwareLauncher):
# sources, krita docs, krita installation in different OSs.
# Worse case we use to a env variable "$KRITA_RESOURCES_PATH" so it can be
# configured externally
-
+
USER_PLUGINS_ROOT_PATH = {
"darwin": [
"$KRITA_RESOURCES_PATH",