File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ Installation
3636
3737Windows:
3838Plover is available for Windows as a compiled executable. The latest
39- version is here: https://github.com/plover/plover/releases/download/v2.5.4 /plover.exe
39+ version is here: https://github.com/plover/plover/releases/download/v2.5.5 /plover.exe
4040There is no installer, just run the binary
4141
4242Mac:
4343Plover is available for Mac OSX as an app. Download the dmg from:
44- https://github.com/plover/plover/releases/download/v2.5.4 /Plover.dmg
44+ https://github.com/plover/plover/releases/download/v2.5.5 /Plover.dmg
4545Open the dmg and drag plover to the applications folder to install.
4646Before running the application you will also need to
4747Open System Preferences, Open "Universal Access" and check the box next
@@ -55,9 +55,9 @@ run the following commands::
5555 cd
5656 sudo apt-get install python-xlib python-wxgtk2.8 wmctrl python-dev python-pip
5757 sudo pip install -U appdirs simplejson pyserial
58- wget https://github.com/plover/plover/archive/v2.5.4 .tar.gz
59- tar -zxf v2.5.4 .tar.gz
60- cd plover-2.5.4
58+ wget https://github.com/plover/plover/archive/v2.5.5 .tar.gz
59+ tar -zxf v2.5.5 .tar.gz
60+ cd plover-2.5.5
6161 sudo python setup.py install
6262
6363Once this is done then you should be able to run plover from the applications menu or from the command line with::
Original file line number Diff line number Diff line change 33
44"""Plover: Open Source Stenography Software"""
55
6- __version__ = '2.5.4 '
6+ __version__ = '2.5.5 '
77__copyright__ = '(C) 2010-2011 Joshua Harlan Lifton'
88__url__ = 'http://stenoknight.com/plover'
99__download_url__ = 'https://github.com/plover/plover'
You can’t perform that action at this time.
0 commit comments