Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/0001-getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down