We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f4723 commit ac8ae43Copy full SHA for ac8ae43
docs/getting-started/index.md
@@ -8,7 +8,7 @@ All of these versions are tested via [CI/CD]. Due to use of [removeprefix()], no
8
9
## Installation
10
11
-First, install [pipx]:
+First, install [pipx] (not pip):
12
13
Then:
14
@@ -45,6 +45,17 @@ Options:
45
'rakuten_card', 'shinsei_bank', 'sumishin_net_bank']
46
```
47
48
+## Update to a new version
49
+
50
+```sh
51
+pipx upgrade beancount-multitool
52
+```
53
54
+## Uninstallation
55
56
57
+pipx uninstall beancount-multitool
58
59
60
[removeprefix()]: https://docs.python.org/3/library/stdtypes.html#str.removeprefix
61
[CI/CD]: https://github.com/rlan/beancount-multitool/actions/workflows/tests.yml
0 commit comments