Skip to content

Commit 7bab7f0

Browse files
author
Hidenori Endo
authored
docs(README): updated outdated build instructions (#72)
setup.py is no longer used
1 parent 7fd8326 commit 7bab7f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ aw-server
66
ActivityWatch server, for secure storage and retrieval of all your Quantified Self data.
77

88

9-
## Install
9+
## Build and Install
1010

11-
Install program and dependencies:
11+
To install program and dependencies, Poetry is required.
1212

1313
```bash
14-
sudo python3 setup.py install
14+
make build
1515
```
1616

1717
The `aw-server` binary should now be available to you in your PATH (if it is set correctly).

0 commit comments

Comments
 (0)