From 6f6e5c88fa7f0e2907ecd26c39789a1ded5af6d7 Mon Sep 17 00:00:00 2001 From: Patrick Lenihan <83040764+Game4Move78@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:30:30 +0000 Subject: [PATCH] Update installing-from-source.rst --- src/installing-from-source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installing-from-source.rst b/src/installing-from-source.rst index 9983007..1712e1d 100644 --- a/src/installing-from-source.rst +++ b/src/installing-from-source.rst @@ -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.