Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
docs(readme): add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
engvik committed Oct 17, 2020
1 parent 3cca1d0 commit fa3ae3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`sbanken` provides an easy way to interact with your bank from the terminal

```
$ ./sbanken -c ~/.config/sbanken/config.yaml accounts list
$ sbanken -c ~/.config/sbanken/config.yaml accounts list
+----------------------------------+--------------------+-----------------------------+-------------+----------+-----------+--------------+
| ID | TYPE | NAME | NUMBER | BALANCE | AVAILABLE | CREDIT LIMIT |
+----------------------------------+--------------------+-----------------------------+-------------+----------+-----------+--------------+
Expand All @@ -20,7 +20,8 @@ $ ./sbanken -c ~/.config/sbanken/config.yaml accounts list

## Installation

TODO
1. Download the [latest release](https://github.com/engvik/sbanken-cli)releases)
2. Extract the executable binary.

## Required configuration

Expand Down

0 comments on commit fa3ae3c

Please sign in to comment.