Release Notes
v0.2.0 - Installation & Setup Improvements
🚀 Enhanced Installation Experience
We've made it significantly easier to install and get started with notion-md-sync!
New Features
- 📦 One-Line Installation Scripts: Install on Windows, Linux, and macOS with a single command
- 🎯 Project Initialization: New
notion-md-sync initcommand for easy project setup - 📁 Automatic PATH Management: Installers automatically add the binary to your system PATH
- 📖 Comprehensive Installation Guide: New INSTALLATION.md with detailed setup instructions
Installation Commands
Windows (PowerShell):
iwr -useb https://raw.githubusercontent.com/byvfx/go-notion-md-sync/main/scripts/install-windows.ps1 | iexLinux/macOS:
curl -sSL https://raw.githubusercontent.com/byvfx/go-notion-md-sync/main/scripts/install-unix.sh | bashQuick Project Setup
# Navigate to your project directory
cd my-notion-project
# Initialize with interactive setup
notion-md-sync init
# Edit .env with your credentials and start syncing!
notion-md-sync push --verboseWhat's New
- Automatic binary download and extraction
- Cross-platform PATH configuration
- Interactive credential setup
- Sample files and directory structure creation
- Improved error messages and help text