Skip to content

Commit ef16c6f

Browse files
authored
update directory name in README
1 parent b0e2642 commit ef16c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please cite the article and the repository if you use this code in your research
1313

1414
The package comes as a [CMake](https://cmake.org) project so you will need CMake (v.>=3) to configure it. Additionally you will need a C compiler, `make` (on linux). The toolkit comes with an executable `dvc` which may be used directly. We provide wrappers for Python.
1515

16-
1. Clone this repository to a directory, i.e. `CCPi-DVC`,
16+
1. Clone this repository to a directory, i.e. `DigitalVolumeCorrelation`,
1717
2. create a build directory.
1818
3. Issue `cmake` to configure (or `cmake-gui`, or `ccmake`, or `cmake3`). Use additional flags to fine tune the configuration.
1919

@@ -32,7 +32,7 @@ Here an example of build on Linux:
3232
git clone https://github.com/TomographicImaging/DigitalVolumeCorrelation
3333
mkdir build
3434
cd build
35-
cmake ../CCPi-DVC -DCONDA_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<your favourite install directory>
35+
cmake ../DigitalVolumeCorrelation -DCONDA_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<your favourite install directory>
3636
make install
3737
```
3838

0 commit comments

Comments
 (0)