From 2188d31d1effbfa4c2a4af878a2252787796dc40 Mon Sep 17 00:00:00 2001 From: Elie Date: Mon, 8 Mar 2021 11:31:31 +0100 Subject: [PATCH] Add how to install a specific version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3846c02..8c4f26f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ This will get you going with the latest version of dctlenv and make it easy to f **1. Check out dctlenv where you want** ```console +# Install latest version $ git clone https://github.com/wbeuil/dctlenv ~/.dctlenv + +# Install a specific version (e.g. v0.1.2) +git clone --depth 1 --branch v0.1.2 https://github.com/wbeuil/dctlenv ~/.dctlenv ``` **2. Add `~/.dctlenv/bin` to your `$PATH` for access to the dctlenv CLI**