Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/installing-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ There are two ways to run ActivityWatch:
2. Start each module separately (Recommended for developing)

- Run from your terminal with: :code:`aw-server`, :code:`aw-watcher-afk`, and :code:`aw-watcher-window`
- For the rust server, run with: :code:`aw-server-rust/target/package/aw-server-rust`
- For the rust server, run with: :code:`aw-server-rust/target/release/aw-server`

Both methods take the :code:`--testing` flag as a command line parameter to run in testing mode. This runs the server on a different port (5666) and uses a separate database file to avoid mixing your important data with your testing data.

Expand Down
Loading