Skip to content

Commit

Permalink
Merge pull request #161 from kallewesterling/kallewesterling/issue158
Browse files Browse the repository at this point in the history
Fix `multipass` setup in docs
  • Loading branch information
edwardchalstrey1 authored Jun 18, 2024
2 parents 1b81c26 + 2ad9489 commit 8963fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ Local setup steps have been tested on an M1 Mac and on an Ubuntu VM running on t
- Note: the images used by Multipass don’t have a pre-installed graphical desktop
2. Create a VM (Ubuntu 22.04)
```
multipass launch 22.04
multipass launch 22.04 -n primary
```
- This should create a VM called `primary` by default
- This should create a VM called `primary`
3. Make sure the VM has enough resources:
```
multipass stop primary
Expand Down

0 comments on commit 8963fa9

Please sign in to comment.