diff --git a/docs/0001-getting-started/README.md b/docs/0001-getting-started/README.md index 2ac9ca5..2edd719 100644 --- a/docs/0001-getting-started/README.md +++ b/docs/0001-getting-started/README.md @@ -12,7 +12,7 @@ Welcome to FSL Continuum! This section will help you get up and running quickly. ```bash # 1. Install FSL Continuum -curl -sSL https://install.fsl-continuum.sh | bash +# Installation script coming soon. For now, see Installation Guide below. # 2. Initialize in your project cd your-project @@ -22,6 +22,8 @@ fsl init fsl trigger genetic-tests ``` +For detailed installation instructions, see [Installation](0003-installation.md). + ## Need Help? - [Troubleshooting](../0005-reference/0003-troubleshooting.md) diff --git a/docs/README.md b/docs/README.md index c0657ab..94abe58 100644 --- a/docs/README.md +++ b/docs/README.md @@ -109,10 +109,10 @@ Best practices from: ## 🔗 External Resources -- [GitHub Repository](https://github.com/your-org/fsl-continuum) -- [PyPI Package](https://pypi.org/project/fsl-continuum/) -- [Docker Hub](https://hub.docker.com/r/fslcontinuum/) -- [Community Discord](https://discord.gg/fsl-continuum) +- [GitHub Repository](https://github.com/swcstudio/fsl-continuum) +- PyPI Package - Coming Soon +- Docker Hub - Coming Soon +- Community Discord - Coming Soon ## 💡 Contributing