Skip to content

Commit bbaee56

Browse files
authored
Fixed command line in upgrading-guide.md
1 parent ee9d8bd commit bbaee56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/user/upgrading-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ If a similar message than the above one is encounter, **sudo pkg upgrade -f** mu
8787
### Starting the upgrade
8888
Run the command below if there is a kernel mismatch with **update -f**.
8989
```
90-
sudo pkg update -f
90+
sudo pkg upgrade -f
9191
```
9292
Run the command below if there no kernel mismatch with **update -f**.
9393
```
94-
sudo pkg update
94+
sudo pkg upgrade
9595
```
9696

9797
### After the upgrade
9898
In most cases the system will need to be restarted after an upgrade.
9999

100100
## Troubleshooting
101101

102-
**[Content coming soon]**
102+
**[Content coming soon]**

0 commit comments

Comments
 (0)