You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Chromium](https://chromium.woolyss.com/download/) or Google Chrome (used in the current authentication implementation)
70
76
77
+
```sh
78
+
git clone https://github.com/mawkler/maconomy-cli
79
+
cargo install --path maconomy-cli/
80
+
```
81
+
71
82
### Configuration
72
83
73
84
Configuration is done in the file `~/.config/maconomy-cli/config.toml`. Here's what the config file should look like. All fields except `cookie_path` are required:
0 commit comments