Skip to content

Commit ac8ae43

Browse files
committed
Update docs
1 parent 65f4723 commit ac8ae43

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/getting-started/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All of these versions are tested via [CI/CD]. Due to use of [removeprefix()], no
88

99
## Installation
1010

11-
First, install [pipx]:
11+
First, install [pipx] (not pip):
1212

1313
Then:
1414

@@ -45,6 +45,17 @@ Options:
4545
'rakuten_card', 'shinsei_bank', 'sumishin_net_bank']
4646
```
4747

48+
## Update to a new version
49+
50+
```sh
51+
pipx upgrade beancount-multitool
52+
```
53+
54+
## Uninstallation
55+
56+
```sh
57+
pipx uninstall beancount-multitool
58+
```
4859

4960
[removeprefix()]: https://docs.python.org/3/library/stdtypes.html#str.removeprefix
5061
[CI/CD]: https://github.com/rlan/beancount-multitool/actions/workflows/tests.yml

0 commit comments

Comments
 (0)