Skip to content

Commit 6f6e5c8

Browse files
authored
Update installing-from-source.rst
1 parent 59b9cb8 commit 6f6e5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installing-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ There are two ways to run ActivityWatch:
104104
2. Start each module separately (Recommended for developing)
105105

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

109109
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.
110110

0 commit comments

Comments
 (0)