From 402e867ea93ffdeccaa9658e6c78ac9d1adcce38 Mon Sep 17 00:00:00 2001 From: christoofar Date: Fri, 10 May 2024 01:01:11 -0700 Subject: [PATCH] pacman command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d83320..1256263 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ using the GCC compiler that is in MinGW64 (which comes with MSYS2). After installing MSYS2, issue: ``` -pacman -S base-devel mingw-w64-x86_64-lzma +pacman -S base-devel git mingw-w64-x86_64-gcc mingw-w64-x86_64-lzma ``` Open a MinGW64 command prompt and run `nano /etc/profile` and add the approprite paths to the go compiler at the bottom of this file. In my case I did this: