diff --git a/atom.xml b/atom.xml index a8efbc2f33..14ca3bb260 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To update AppDaemon after I have released new code, just run the following command to update your copy:
-$ git pull origin
+$ sudo pip3 install --upgrade appdaemon
-If you are using pip3 for the install do this:
-$ sudo pip3 uninstall appdaemon
-$ sudo pip3 install .
-
-
-If you are using docker, rerun the steps to create a new docker image.
+If you are using docker, rerun the steps to grab the latestdocker image.