1688-logistics-scraper/install.sh

10 lines
292 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
bun install
echo "1688-logistics-scraper installed."
echo ""
echo "Prerequisites: Chrome must be running with remote debugging:"
echo " /Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --remote-debugging-port=9222"