Skip to content

History

Revisions

  • docs: standardize installation to ~/.local/bin and fix tar extraction - Unify all installation methods to use ~/.local/bin (XDG compliant) - Remove /usr/local/bin references (requires sudo, not consistent) - Extract only binary from tar.gz using tar xz -O (no extra files) - Add automated install.sh script - Fix config path: ~/.tools-config (not ~/.tool-configs) - Add explanations for why ~/.local/bin is preferred This resolves confusion from multiple installation paths and prevents leaving README.md and LICENSE files in user's system.

    @InkyQuill InkyQuill committed Feb 1, 2026
    fd6fee9
  • Updated Installation Guide (markdown)

    @InkyQuill InkyQuill committed Feb 1, 2026
    a48df5b
  • docs: fix pre-built binary installation instructions - Remove incorrect tar.gz extraction commands - Add platform-specific examples for all supported platforms - Use direct binary downloads with -O flag - Add Windows PowerShell instructions Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @InkyQuill InkyQuill committed Feb 1, 2026
    d7d250d
  • docs: migrate documentation to GitHub Wiki Migrate all project documentation to GitHub Wiki for better organization and community contribution. Added pages: - Home.md (Wiki landing page with navigation) - Installation-Guide.md (installation instructions) - Configuration-Guide.md (configuration reference) - Quick-Start.md (quick start guide) - Basic-Usage.md (usage examples) - Troubleshooting.md (common issues and solutions) - CI-CD-Integration.md (CI/CD pipeline integration) - Technical-Specification.md (project specification) - Architecture-Overview.md (system architecture) - Implementation-Status.md (feature completion status) - API-Reference.md (internal API documentation) All internal links updated to use Wiki page references. README.md in main repo updated to point to Wiki pages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @InkyQuill InkyQuill committed Feb 1, 2026
    59d4c7c
  • Initial Home page

    @InkyQuill InkyQuill committed Feb 1, 2026
    9a7e000