Skip to content

Commit

Permalink
docs(vagrant): document Windows dev environment on Apple M1
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Apr 10, 2024
1 parent bf19363 commit bda5077
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vagrant/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Windows VM. You can start `bash` by running:
bash
```

### ARM hosts (Apple M1, and so on)

You can use [UTM](https://mac.getutm.app/) or any other VM provider that supports M1, and manually run the [provisioning script](provision.ps1) inside
your VM.

TODO: Try and make this work with Vagrant.

## Building the application

After starting `bash` as per the previous section, you can use the same command as on Unix. So:
Expand Down

0 comments on commit bda5077

Please sign in to comment.