From 28a193078a4e83c0df94fe5301a248dcd34a8a27 Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 18 Dec 2025 16:06:09 +0100 Subject: [PATCH] docs: update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 95f5df9..27c66d4 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ skywipe bookmarks # delete bookmarks While it's being developed, you can use the tool using `uv` : ```bash -uv run main.py all # target everything -uv run main.py configure # create configuration -uv run main.py posts # delete posts -uv run main.py medias # delete posts with medias -uv run main.py likes # undo likes -uv run main.py reposts # undo reposts -uv run main.py quotes # delete quotes -uv run main.py follows # unfollow all -uv run main.py bookmarks # delete bookmarks +uv run skywipe/cli.py all # target everything +uv run skywipe/cli.py configure # create configuration +uv run skywipe/cli.py posts # delete posts +uv run skywipe/cli.py medias # delete posts with medias +uv run skywipe/cli.py likes # undo likes +uv run skywipe/cli.py reposts # undo reposts +uv run skywipe/cli.py quotes # delete quotes +uv run skywipe/cli.py follows # unfollow all +uv run skywipe/cli.py bookmarks # delete bookmarks ``` ### Configuration