firecrawl/apps/api/sharedLibs/go-html-to-md/README.md
2024-10-31 17:36:32 +02:00

210 B

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