Skip to content

Commit 9d5580b

Browse files
committed
Minor note about the executable name
1 parent 1ac5171 commit 9d5580b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ To install the latest git version directly from github without cloning, run
1515
`pip install git+https://github.com/ActivityWatch/aw-watcher-window.git`
1616

1717
To install from a cloned version, cd into the directory and run
18-
`poetry install` to install inside an virtualenv. If you want to install it
19-
system-wide it can be installed with `pip install .`, but that has the issue
20-
that it might not get the exact version of the dependencies due to not reading
21-
the poetry.lock file.
18+
`poetry install` to install inside an virtualenv. You can run the binary via `aw-watcher-window`.
19+
20+
If you want to install it system-wide it can be installed with `pip install .`, but that has the issue
21+
that it might not get the exact version of the dependencies due to not reading the poetry.lock file.
2222

2323
## Note to macOS users
2424

0 commit comments

Comments
 (0)