Problem
The live Quick Start page at https://tart.run/quick-start/ still tells users to install Tart with:
brew install cirruslabs/cli/tart
That tap is no longer current following cirruslabs/homebrew-cli#19. The source file on main already contains the updated command:
brew install openai/tools/tart
Source: https://github.com/openai/tart/blob/main/docs/quick-start.md
This appears to be a documentation deployment or publishing issue rather than a missing source change.
Expected behavior
https://tart.run/quick-start/ should show brew install openai/tools/tart, matching docs/quick-start.md on main.
Problem
The live Quick Start page at https://tart.run/quick-start/ still tells users to install Tart with:
That tap is no longer current following cirruslabs/homebrew-cli#19. The source file on
mainalready contains the updated command:Source: https://github.com/openai/tart/blob/main/docs/quick-start.md
This appears to be a documentation deployment or publishing issue rather than a missing source change.
Expected behavior
https://tart.run/quick-start/ should show
brew install openai/tools/tart, matchingdocs/quick-start.mdonmain.