mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
.. | ||
.gitignore | ||
go.mod | ||
go.sum | ||
html-to-markdown.go | ||
README.md |
To build the go-html-to-md library, run the following command:
cd apps/api/src/lib/go-html-to-md
go build -o html-to-markdown.so -buildmode=c-shared html-to-markdown.go
chmod +x html-to-markdown.so