From 0857119b5e89965d20e95a7ddbcf0fbd7df85aad Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 10 Jul 2021 15:48:04 +0200 Subject: [PATCH] Further docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fd83192..67d99be 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Automate your mass typo updates. +## Run/Hack + +``` +$ python3 -m venv .venv && source .venv/bin/activate +$ pip install -r requirements.txt +$ python mymigration.py --yaml +``` + ## CLI - **--reset**: run `git-checkout` on all of your glob matches and exit