fix: update migration references in installer and README

This commit is contained in:
2025-10-19 13:05:51 +00:00
parent dff0ea610b
commit e1383097b2
4 changed files with 85 additions and 389 deletions

View File

@@ -13,8 +13,11 @@ echo ""
echo "Compiling for all supported platforms..."
echo ""
# Create binary directory
# Clean up old binaries and create fresh directory
rm -rf "$BINARY_DIR"
mkdir -p "$BINARY_DIR"
echo "→ Cleaned old binaries from $BINARY_DIR"
echo ""
# Linux x86_64
echo "→ Compiling for Linux x86_64..."