Add markitdown installer script

This commit is contained in:
lachtan
2026-03-15 21:15:11 +01:00
parent 0041ce95dc
commit 6327bb043c

5
install/markitdown.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -E -o errexit -o nounset -o pipefail
uv tool install markitdown