From 76ace13237cf7481f7a94e753b607f0e23b9f3bf Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 4 Apr 2020 19:18:31 +1100 Subject: [PATCH] update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e182749..2d5fd7d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ visibility_to_keep = ['unlisted', 'private', 'direct'] ## Test mode To do a test-run without actually deleting anything, run the script with the `--test` flag: -```python +```shell python3 ephemetoot.py --test ``` Depending on how many toots you have and how long you want to keep them, it may take a minute or two before you see any results. @@ -51,7 +51,7 @@ Depending on how many toots you have and how long you want to keep them, it may ## Live mode Run the script with no flags: -```python +```shell python3 ephemetoot.py ```