aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 039abf60..e7a96db8 100644
--- a/README.md
+++ b/README.md
@@ -121,21 +121,6 @@ atuin sync
Then restart your shell!
-### Opt-in to activity graph
-Alongside the hosted Atuin server, there is also a service which generates activity graphs for your shell history! These are inspired by the GitHub graph.
-
-For example, here is mine:
-
-![Activity Graph Example](docs/static/img/activity-graph-example.png)
-
-If you wish to get your own, after signing up for the sync server, run this
-
-```
-curl https://api.atuin.sh/enable -d $(cat ~/.local/share/atuin/session)
-```
-
-The response includes the URL to your graph. Feel free to share and/or embed this URL, the token is _not_ a secret, and simply prevents user enumeration.
-
## Offline only (no sync)
```