Skip to content

Commit

Permalink
fix(setup4): add a fix to modifications description
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo21Costa <[email protected]>
  • Loading branch information
Diogo21Costa authored Oct 26, 2023
1 parent c7f1ecc commit 6c9c730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ First, we need to load our guests:

Let's now update our VM list size to integrate our new guest:
```diff
- .vmlist_size = 2,
+ .vmlist_size = 3,
- .vmlist_size = 1,
+ .vmlist_size = 2,
```

Then, we need to rearrange the number of vCPUs:
Expand Down

0 comments on commit 6c9c730

Please sign in to comment.