From 21502801c4925bf216659d33b0f24375723242c6 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Sat, 12 Oct 2024 19:21:41 +0300 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fde9482d..0192daa4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ note for OSX users: we won't install dependencies for you: you need `virtualenv` ```sh mkdir corpusops -git clone https://github.com/corpusops/corpusops.bootstrap.git corpusops/corpusops.bootstrap +git clone https://github.com/corpusops/corpusops.bootstrap.git -b 2.0 corpusops/corpusops.bootstrap corpusops/corpusops.bootstrap/bin/install.sh -l corpusops/corpusops.bootstrap/bin/install.sh ``` @@ -43,7 +43,7 @@ cd $corpusops_bootstrap && \ git pull && \ ./bin/install.sh -C -b 2.0 && \ bin/install.sh -C && \ - rm -f .corpusops/corpusops_branch + rm -f .corpusops/*_branch ``` ## Ansible notes