From 799b1083abbe7a28436931064a5a472bbcf6b139 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sat, 20 Dec 2025 21:56:57 +0100 Subject: [PATCH] refactor: add hacking at the bottom --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ff52310..e53dafb 100644 --- a/README.md +++ b/README.md @@ -12,26 +12,6 @@ Python 3.13+. The rest of the dependencies are listed in [pyproject.toml](pyproject.toml). -## Hacking - -You can use `uv` to install dependencies: - -```bash -git clone https://git.kharec.info/Kharec/skywipe.git -cd skywipe -uv sync -``` - -Then start coding. - -If you want to test your changes, you can run the tool with: - -```bash -uv run python -m skywipe.cli -h -uv run python -m skywipe.cli all -# or any other command -``` - ## Installation Use [`pipx`](https://pipx.pypa.io/latest/installation/) to install `skywipe`: @@ -62,6 +42,26 @@ verbose: true BE SURE TO USE A [BLUESKY APP PASSWORD](https://blueskyfeeds.com/faq-app-password) FOR OBVIOUS SECURITY REASONS. +## Hacking + +You can use `uv` to install dependencies: + +```bash +git clone https://git.kharec.info/Kharec/skywipe.git +cd skywipe +uv sync +``` + +Then start coding. + +If you want to test your changes, you can run the tool with: + +```bash +uv run python -m skywipe.cli -h +uv run python -m skywipe.cli all +# or any other command +``` + ## License This project is licensed under the GPLv3+ License. See the [LICENSE](LICENSE) file for details.