From c9f047ee89c7d49d18665e70f4f6229e8fc2e69f Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 5 Sep 2023 16:42:24 -0400 Subject: [PATCH] auto --- assign0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assign0.md b/assign0.md index 5358864..63e5da3 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 ``` -- GitLab