open-vv / vv

A Fast And Simple 4D Image Viewer
Other
72 stars 23 forks source link

Typo in compilation instructions #72

Closed alfredomp closed 5 years ago

alfredomp commented 5 years ago

There is a small typo in the compilation instructions in the website (https://www.creatis.insa-lyon.fr/rio/vv) in the compilation instructions of VV (section 3.5). The instruction:

git clone https://github.com/open-vv/vv.git src

should be replaced by:

git clone https://github.com/open-vv/vv.git vv

tbaudier commented 5 years ago

Hello,

I did the modification, thank you very much

Thomas