From 25adc4410d957c15f9bfa86a8907bdba1f711960 Mon Sep 17 00:00:00 2001 From: scambier Date: Tue, 25 Jun 2024 15:02:47 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f65c0..53e356e 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Most of these values will be in the form of `key:: value` for easy integration w - Run the program ```sh +# Will download bookmarks and attachments in ./bookmarks $ ./mastodon-bookmarks YOUR_INSTANCE YOUR_APP_TOKEN ``` -The `YOUR_INSTANCE` value must not have the trailing slash (e.g: `https://hachyderm.io`) +The `YOUR_INSTANCE` value **must not** have the trailing slash (e.g: `https://hachyderm.io`) ## Development