add make as built-time dependency

for the generic instructions section
This commit is contained in:
Jackson Chen 2023-03-15 21:32:19 +01:00 committed by Drew DeVault
parent 43bbb679a5
commit e454c59b29
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ packages from source requires additional build-time dependencies:
* `sassc` for CSS pre-processing
* `minify` for minifying CSS
* `go` for compiling the Go APIs
* `make` for making
## Generic instructions