From cda782bcfad4050f9d231eff13c22d5a692a748c Mon Sep 17 00:00:00 2001 From: JinTotonic Date: Mon, 11 Jun 2018 10:39:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 426cc11..991cfa6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A set of CLI tools to manipulate YAML files (merge, delete, etc...) with comment (For development see section at the end) ``` $ pip install ruamel.yaml -$ export YAML_TOOLS_VERSION=0.1.0 +$ export YAML_TOOLS_VERSION=0.2.0 $ sudo wget https://raw.githubusercontent.com/thecodingmachine/yaml-tools/${YAML_TOOLS_VERSION}/src/yaml_tools.py -O /usr/local/bin/yaml-tools $ sudo chmod +x /usr/bin/yaml-tools ```