Skip to content

Commit

Permalink
#345 fixed setup line
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jul 13, 2023
1 parent c3c1510 commit c99aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unified development environment for BrainVISA projects.
## Setup development environment

```shell
sh {dir} {package} <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/conda/setup/conda/setup)
sh <(curl -s https://raw.githubusercontent.com/brainvisa/casa-distro/conda/setup/conda/setup) {dir} {package}
```

Where `{dir}` is the path of the development directory and `{package}` is the name of a predefined set of software components. These package name is passed to brainvisa-cmake to select components. It can be any
Expand Down

0 comments on commit c99aa3e

Please sign in to comment.