Skip to content

Commit

Permalink
Upadte readme to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icook committed Mar 20, 2014
1 parent 7d008d8 commit 49d7678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ppagent will now start with your computer automatically.

Windows:
**************************
#. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3/ppagent.exe>`_.
#. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.4/ppagent.exe>`_.
#. Run the binary when connected to stratum.simpledoge.com and status will be automatically reported.

To make ppagent start on boot, `see this post <http://superuser.com/questions/63326/enable-exe-to-run-at-startup>`_.
Expand Down Expand Up @@ -142,7 +142,7 @@ Ubuntu:

.. code-block:: bash
sudo pip install --upgrade --ignore-installed ppagent==0.3.3
sudo pip install --upgrade --ignore-installed ppagent==0.3.4
sudo service ppagent restart
# now confirm that the right version is installed
ppagent --version
Expand All @@ -151,15 +151,15 @@ Debian (for BAMT or SMOS):

.. code-block:: bash
sudo pip install --upgrade --ignore-installed ppagent==0.3.3
sudo pip install --upgrade --ignore-installed ppagent==0.3.4
sudo /etc/init.d/ppagent stop
sudo /etc/init.d/ppagent start
# now confirm that the right version is installed
ppagent --version
Windows:

Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3/ppagent.exe>`_ and replace your old one.
Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.4/ppagent.exe>`_ and replace your old one.

Troubleshooting Upgrade
***************************
Expand Down

0 comments on commit 49d7678

Please sign in to comment.