Skip to content

Commit

Permalink
get/linux.md: add Void Linux section
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Dec 14, 2023
1 parent 3bc5c09 commit 4e2c277
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions get/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,14 @@ And to install the libcurl development package:
This package installs the tool, libcurl, headers and pkg-config files etc

emerge net-misc/curl

## Void Linux

With Void Linux you use `xbps-install` to install packages.
To install the curl command-line utility:

xbps-install curl

In order to install the libcurl development package:

xbps-install libcurl-devel

0 comments on commit 4e2c277

Please sign in to comment.