1 Commits
v0.8.3 ... main

Author SHA1 Message Date
9c39b848f0 add macos notes
All checks were successful
Test Suite / lint (push) Successful in 31s
Test Suite / test (3.11) (push) Successful in 1m31s
Test Suite / build (push) Successful in 39s
Security Scan / dependency-check (push) Successful in 44s
Security Scan / security (push) Successful in 46s
2025-10-02 09:17:23 -07:00

View File

@@ -68,6 +68,18 @@ docker run -p 8050:8050 ghcr.io/godber/embedding-buddy:latest
The application will be available at <http://127.0.0.1:8050>
### macOS Installation Notes
If installation fails with C++ compiler or library errors (common with `opentsne`), install Xcode Command Line Tools:
```bash
# Install or update Command Line Tools
xcode-select --install
# Or reset existing installation
sudo xcode-select --reset
```
### Using the Application
1. **Open your browser** to <http://127.0.0.1:8050>