diff --git a/docs/source/packs.rst b/docs/source/packs.rst index 9a122fd61..23ef6924a 100644 --- a/docs/source/packs.rst +++ b/docs/source/packs.rst @@ -102,7 +102,7 @@ Exchange, and you can install your own packs from git just as easily. # Install your own pack from git st2 pack install https://github.com/emedvedev/chatops_tutorial -By default, the latest commit to a pack repository will be installed, but you can specify a particular +By default, the latest release of the pack will be installed, but you can specify a particular version, branch, tag, or even a commit hash. Just use `=`: .. code-block:: bash