Skip to content
Snippets Groups Projects
Commit d5c3fcb2 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Fix typo in the README file

parent 20a892cd
Branches master
No related tags found
No related merge requests found
Pipeline #1716243 passed
......@@ -23,7 +23,7 @@ Choose the release you want to use, i.e. Geant4-10.6.0, and checkout the corresp
```bash
git checkout tags/v10.6.0
mkdir build ; cd build
cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Release ../ -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -GEANT4_BUILD_MULTITHREADED=ON
cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Release ../ -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON
make
make install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment