File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ The steps listed in this article require an existing local installation of Inven
1414## Upgrade Steps
1515
1616Make 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
5050invenio-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
5252pipenv run pip uninstall -y invenio-admin
5353# Re-build assets
5454invenio-cli assets build
You can’t perform that action at this time.
0 commit comments