Skip to content

Commit

Permalink
pacman command
Browse files Browse the repository at this point in the history
  • Loading branch information
christoofar committed May 10, 2024
1 parent c9eb27f commit 402e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 402e867

Please sign in to comment.