Dynamically retrieve the latest version in the installation steps using jq.

This commit is contained in:
fernvenue
2025-05-21 15:55:12 +08:00
parent e9ec471133
commit a7458735e2

View File

@@ -48,8 +48,7 @@ title: Deploy with Docker Compose
Clone the Dify source code to your local machine:
```bash
# Assuming current latest version is 0.15.3
git clone https://github.com/langgenius/dify.git --branch 0.15.3
git clone --branch "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r .tag_name)" https://github.com/langgenius/dify.git
```
### Starting Dify