From 3bcb775df5ce8fe611c71326a604b80f1e34c64c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 20 May 2018 21:34:01 +0200 Subject: [PATCH] updated config file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7661293..6e3c327 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,17 @@ Install with `make install`. **The config file has changed from cfg to JSON in 0.4.0.** -You will need to generate an access token yourself at the moment. Create a -config file with your account and access token in -`${HOME}/.config/expandurl-mastodon.json`: +Start expandurl-mastodon without parameters. + +If no config file is found, you will be asked to provide your account address +and an acess token is generated. The config file can be found in +`${HOME}/.config/expandurl-mastodon.json` and looks like this: { "account": "expandurl@example.social", "access_token": "abc123" } -Now start expandurl-mastodon without parameters. - # Copyright Copyright © 2018 tastytea .