Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fix Void Linux packages
  • Loading branch information
Ronaldr1985 authored and andydotxyz committed Sep 1, 2024
1 parent b0c2ea5 commit 8f1db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The steps for installing with MSYS2 (recommended) are as follows:
* **openSUSE:**
`sudo zypper install go gcc libXcursor-devel libXrandr-devel Mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel`
* **Void Linux:**
`sudo xbps-install -S go base-devel xorg-server-devel libXrandr-devel libXcursor-devel libXinerama-devel`
`sudo xbps-install -S go base-devel xorg-server-devel libXrandr-devel libXcursor-devel libXinerama-devel libXxf86vm-devel`
* **Alpine Linux**
`sudo apk add go gcc libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev linux-headers mesa-dev`
* **NixOS**
Expand Down

0 comments on commit 8f1db58

Please sign in to comment.