Skip to content

Commit f91bd59

Browse files
committed
v13: update recommended version of invenio-cli
1 parent 57283e6 commit f91bd59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releases/v13/upgrade-v13.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The steps listed in this article require an existing local installation of Inven
1414
## Upgrade Steps
1515

1616
Make sure you have the latest `invenio-cli` installed. For InvenioRDM v13,
17-
it should be v1.8.0+.
17+
it should be v1.9.0+.
1818

1919
```bash
2020
$ invenio-cli --version
21-
invenio-cli, version 1.8.0
21+
invenio-cli, version 1.9.0
2222
```
2323

2424
!!! info "Virtual environments"
@@ -48,7 +48,7 @@ cd <my-site>
4848

4949
# Upgrade to InvenioRDM v13
5050
invenio-cli packages update 13.0.0
51-
# The old `invenio-admin` dependencies has been removed and must be uninstalled
51+
# The old `invenio-admin` dependency has been removed and must be uninstalled
5252
pipenv run pip uninstall -y invenio-admin
5353
# Re-build assets
5454
invenio-cli assets build

0 commit comments

Comments
 (0)