Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 390 Bytes

buildingFromSource.md

File metadata and controls

12 lines (10 loc) · 390 Bytes

Building from source

Building the scraper from source may be preferable in some cases. This way, the app has a smaller footprint than a Docker image.

Prerequisites:

  • GNU/Linux (other platforms should work as well but I haven't tested them)
  • Go compiler >=v1.21

Compilation

Use this command to compile the app:

go build