From 505b66a232800c59186ecbf17b0e5c8809a417a4 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 25 Aug 2023 09:54:09 +0100 Subject: [PATCH] docs: corrected command (#404) --- aw-sync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aw-sync/README.md b/aw-sync/README.md index 4325dba9..ff7dfe9a 100644 --- a/aw-sync/README.md +++ b/aw-sync/README.md @@ -13,7 +13,7 @@ Was originally prototyped as a PR to aw-server: https://github.com/ActivityWatch NOTE: Basic usage not quite ready yet, see the below testing sections for MVP usage. ``` -cargo run --bin aw-sync-rust -- --port 5666 --help +cargo +nightly run --bin aw-sync -- --port 5666 --help ``` ## Running with real data on a testing instance