Skip to content

Commit

Permalink
docs: removed +nightly from example command
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 21, 2023
1 parent 753308a commit 6a93563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 +nightly run --bin aw-sync -- --port 5666 --help
cargo run --bin aw-sync -- sync
```

## Running with real data on a testing instance
Expand Down

0 comments on commit 6a93563

Please sign in to comment.