@@ -20,7 +20,7 @@ A small CLI application to read your banking account balance and the last transa
First of all you'll have to setup your banking account with the `--setup` option. This will start an interactive prompt. Enter your credentials (they won't be checked now).
You'll have to set a master password. It'll be used to encrypt the `~/.bankingCLI` file in which the settings are stored.
If run it without any options or with the `--gui` option the gui mode is started it is highly experimental and may crash or behave unexpectedly. Use with some caution. (I won't do anything to you banking stuff or the saved credentials)
If run it without any options or with the `--gui` option the gui mode is started it is highly experimental and may crash or behave unexpectedly. Use with some caution. (It won't do anything to you banking stuff or the saved credentials)
Now you can use `--accounts` to list the available accounts. And use `-a [IBAN]` to specify the account for `--balance` and `--transactions`