diff --git a/Troubleshooting.md b/Troubleshooting.md index 12035c1..92a397b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -313,7 +313,7 @@ RUN pip3 install apprise # RUN pip3 install "git+https://github.com/caronc/apprise.git" ## Use a specific branch you want to test -RUN pip3 install "git+https://github.com/caronc/apprise.git@branch" +# RUN pip3 install "git+https://github.com/caronc/apprise.git@branch" ``` Next we need to build our docker container we set up the blueprints for above: