Skip to content

Changes in the README file to be better seen on https://invent.kde.org/plasma/plasma-pass

Toni Asensi Esteve requested to merge work/split_lines_readme into master

Changed the README file, so e.g. on https://invent.kde.org/plasma/plasma-pass it's seen:

cd plasma-pass  
mkdir build  
cd build  
cmake -DCMAKE_INSTALL_PREFIX=YOURPREFIX ..  
make  
make install  

instead of:

cd plasma-pass mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=YOURPREFIX .. make make install
Edited by Toni Asensi Esteve

Merge request reports