File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ppagent will now start with your computer automatically.
2323
2424Windows:
2525**************************
26- #. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.2 /ppagent.exe >`_.
26+ #. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3 /ppagent.exe >`_.
2727#. Run the binary when connected to stratum.simpledoge.com and status will be automatically reported.
2828
2929To make ppagent start on boot, `see this post <http://superuser.com/questions/63326/enable-exe-to-run-at-startup >`_.
@@ -142,7 +142,7 @@ Ubuntu:
142142
143143.. code-block :: bash
144144
145- sudo pip install --upgrade --ignore-installed ppagent==0.3.2
145+ sudo pip install --upgrade --ignore-installed ppagent==0.3.3
146146 sudo service ppagent restart
147147 # now confirm that the right version is installed
148148 ppagent --version
@@ -151,15 +151,15 @@ Debian (for BAMT or SMOS):
151151
152152.. code-block :: bash
153153
154- sudo pip install --upgrade --ignore-installed ppagent==0.3.2
154+ sudo pip install --upgrade --ignore-installed ppagent==0.3.3
155155 sudo /etc/init.d/ppagent stop
156156 sudo /etc/init.d/ppagent start
157157 # now confirm that the right version is installed
158158 ppagent --version
159159
160160 Windows:
161161
162- Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.2 /ppagent.exe >`_ and replace your old one.
162+ Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3 /ppagent.exe >`_ and replace your old one.
163163
164164Troubleshooting Upgrade
165165***************************
Original file line number Diff line number Diff line change 1111from string import Template
1212from os .path import expanduser
1313
14- version = '0.3.2 '
14+ version = '0.3.3 '
1515
1616logger = logging .getLogger ("ppagent" )
1717config_home = expanduser ("~/.ppagent/" )
You can’t perform that action at this time.
0 commit comments