diff --git a/docs/versioned_docs/version-0.3/getting-started/installation.md b/docs/versioned_docs/version-0.3/getting-started/installation.md index 7064d2e80..fd31b7a81 100644 --- a/docs/versioned_docs/version-0.3/getting-started/installation.md +++ b/docs/versioned_docs/version-0.3/getting-started/installation.md @@ -84,7 +84,7 @@ marten -v Marten can be installed from the sources by running the following commands: ```bash -git clone https://github.com/martenframework/marten +git clone -b v0.3.x https://github.com/martenframework/marten cd marten shards install crystal build src/marten_cli.cr -o bin/marten diff --git a/docs/versioned_docs/version-0.4/getting-started/installation.md b/docs/versioned_docs/version-0.4/getting-started/installation.md index cc44cbcfb..d0a480103 100644 --- a/docs/versioned_docs/version-0.4/getting-started/installation.md +++ b/docs/versioned_docs/version-0.4/getting-started/installation.md @@ -77,7 +77,7 @@ marten -v Marten can be installed from the sources by running the following commands: ```bash -git clone https://github.com/martenframework/marten +git clone -b v0.4.x https://github.com/martenframework/marten cd marten shards install crystal build src/marten_cli.cr -o bin/marten diff --git a/docs/versioned_docs/version-0.5/getting-started/installation.md b/docs/versioned_docs/version-0.5/getting-started/installation.md index b7871a735..dccb3cf40 100644 --- a/docs/versioned_docs/version-0.5/getting-started/installation.md +++ b/docs/versioned_docs/version-0.5/getting-started/installation.md @@ -78,7 +78,7 @@ marten -v Marten can be installed from the sources by running the following commands: ```bash -git clone https://github.com/martenframework/marten +git clone -b v0.5.x https://github.com/martenframework/marten cd marten shards install crystal build src/marten_cli.cr -o bin/marten