Skip to content

Commit dc2ddb0

Browse files
committed
update for v2.5.4
1 parent 98c7272 commit dc2ddb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Installation
3636

3737
Windows:
3838
Plover is available for Windows as a compiled executable. The latest
39-
version is here: https://github.com/plover/plover/releases/download/v2.5.3/plover.exe
39+
version is here: https://github.com/plover/plover/releases/download/v2.5.4/plover.exe
4040
There is no installer, just run the binary
4141

4242
Mac:
4343
Plover is available for Mac OSX as an app. Download the dmg from:
44-
https://github.com/plover/plover/releases/download/v2.5.3/Plover.dmg
44+
https://github.com/plover/plover/releases/download/v2.5.4/Plover.dmg
4545
Open the dmg and drag plover to the applications folder to install.
4646
Before running the application you will also need to
4747
Open 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.3.tar.gz
59-
tar -zxf v2.5.3.tar.gz
60-
cd plover-2.5.3
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
6161
sudo python setup.py install
6262

6363
Once this is done then you should be able to run plover from the applications menu or from the command line with::

0 commit comments

Comments
 (0)