From a4b622bfd3d15a299b413cdf9a9daf7a3945e37c Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 19 Dec 2025 10:11:50 +0100 Subject: [PATCH] docs: update chips --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0143c82..c683edc 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ skywipe follows # unfollow all skywipe bookmarks # delete bookmarks ``` +### Running with `uv` (without installation) + While it's being developed, you can use the tool using `uv` : ```bash @@ -48,7 +50,7 @@ uv run python -m skywipe.cli follows # unfollow all uv run python -m skywipe.cli bookmarks # delete bookmarks ``` -### Configuration +## Configuration If you run the tool for the first time, it will prompt you to use `skywipe configure` to create the configuration file, which is located in `~/.config/skywipe/config.yml` :