From 50b3c54f10b01efc79c510d7f35bff49186f4243 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 16 Apr 2017 23:11:12 +0900 Subject: [PATCH] improve usage and describe supported platforms --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a90c049..df3c964 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,12 @@ If you installed this app via npm, below command is available to start app. $ open-mstdn-app ``` -At first, a dialog which recommends to write up config is shown and JSON config file will be shown in your editor. You need to fill up '"name"' and `"host"` keys in `"accounts"`. +At first, a dialog which recommends to write up config is shown and JSON config file will be open in your editor. You need to fill up `"name"` and `"host"` keys in first element of `"accounts"`. Then please try to start app again. Usage is the same as web client on mobile devices. Some shortcuts are available by default (please see below 'Customization' section). +Supported platforms are macOS (confirmed with 10.12), Linux (hopefully) and Windows (hopefully). + ## Customization Mstdn can be customized with JSON config file at `{app dir}/config.json`