Add markitdown installer script
This commit is contained in:
5
install/markitdown.sh
Executable file
5
install/markitdown.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
|
||||
uv tool install markitdown
|
||||
Reference in New Issue
Block a user