Skip to content

Commit 23dfbcd

Browse files
author
Sam
authored
Grammatical corrections.
1 parent b799c9a commit 23dfbcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ for macOS menubar interaction.
2020
Use `autorun.py` after having installed through `setup.py` to enable the automatic start of WordTime. Run the command `python autorun.py enable` in your terminal to enable WordTime on login. To disable WordTime autorun, run `python autorun.py disable`, then you can always reenable it again.
2121

2222
## Notice
23-
Do not use standard python that comes with macOS, install python ~2.7 with pip usually in `/usr/local/bin/python`, for example python from the brew package manager, e.g. `brew install python`
23+
Do not use standard python that comes with macOS, install python ~2.7 with pip usually in `/usr/local/bin/python`, for example python from the brew package manager, e.g. `brew install python` or from the official website.
2424

2525
To stop `wordtime` press the item and press 'Quit'.
2626

2727
<div id="terminal"></div>
2828

29-
#### Start from terminal or use in terminal
29+
#### Start from terminal or for using it in terminal
3030
To start the menu bar item from the terminal simply write `wordtime` or `wordtime &` to run it int the background in your terminal, make sure to have `/usr/local/bin/` in your `PATH`, This is only for macOS, if you installed it wordtime on another OS, remove `/usr/local/bin/wordtime` as this executable will only work on macOS.
3131

32-
##### Other OS
32+
##### Other OSs
3333
If you are using another OS, to run it in the terminal run `python terminal.py` this doesn't need any of the dependencies and works only when in the same directory as the `wordtime` folder or you have installed it through `python setup.py install`.

0 commit comments

Comments
 (0)