diff --git a/assign0.md b/assign0.md
index 53588643a7829963b464e89046ea88f705ef1bc3..63e5da3344e17cac9a31ac7fec9f3f8415ae0a29 100644
--- a/assign0.md
+++ b/assign0.md
@@ -114,9 +114,9 @@ Q. Hyper-V error while running `vagrant up`. (Stderr: VBoxManage.exe: error: Not
   * Hardware virtualization is often not enabled by default. Enable virtualization in your system. You can follow instructions listed [here](https://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/).
 
 
-### M1 Macs
+### Apple Silicon (M1, M2...) Macs
 
-You can use *Parallels* (not free) and set things up for yourself, or use postgres directly. With Homebrew:
+You can use *Parallels* (not free) and set things up for yourself, or use postgres directly. You do not need to use vagrant and vmbox. With Homebrew:
 ```
    brew install postgresql
 ```