We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd8326 commit 7bab7f0Copy full SHA for 7bab7f0
1 file changed
README.md
@@ -6,12 +6,12 @@ aw-server
6
ActivityWatch server, for secure storage and retrieval of all your Quantified Self data.
7
8
9
-## Install
+## Build and Install
10
11
-Install program and dependencies:
+To install program and dependencies, Poetry is required.
12
13
```bash
14
-sudo python3 setup.py install
+make build
15
```
16
17
The `aw-server` binary should now be available to you in your PATH (if it is set correctly).
0 commit comments