Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Oct 12, 2024
1 parent 519139d commit 2150280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2150280

Please sign in to comment.