Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

The installation documentation referenced a non-existent script at https://install.fsl-continuum.sh, which would cause errors for users attempting the quick start.

Changes

  • Removed all "Quick Setup with Installer" sections referencing the placeholder URL
  • Updated quick start examples to use the working installation method:
# Before (broken)
curl -sSL https://install.fsl-continuum.sh | bash

# After (working)
git clone https://github.com/swcstudio/fsl-continuum.git
cd fsl-continuum
pip install -r requirements.txt
pip install -e .

Files Modified

  • README-new.md
  • docs/0001-getting-started/README.md
  • docs/0001-getting-started/0002-quick-start.md
  • docs/0001-getting-started/0003-installation.md

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: SomeRandmGuyy <127457986+SomeRandmGuyy@users.noreply.github.com>
Copilot AI changed the title [WIP] Make requested changes to #9 Remove placeholder install script URLs from documentation Nov 3, 2025
Copilot finished work on behalf of SomeRandmGuyy November 3, 2025 16:39
Copilot AI requested a review from SomeRandmGuyy November 3, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants