mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-22 01:20:40 +08:00
7 lines
210 B
Markdown
7 lines
210 B
Markdown
To build the go-html-to-md library, run the following command:
|
|
|
|
```bash
|
|
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
|
|
``` |