Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

README.md - cd build/ #22

Closed justintime4tea closed 9 years ago

justintime4tea commented 9 years ago

Not a big thing but for some un-learned starter developers, they may not know to cd into build. Else cmake .. tries to run cmake in the parent directory of Go-For-It.

BUILDING:

mkdir build

cmake ..

make

sudo make install

Manuel-Kehl commented 9 years ago

Oh that's true! Thanks for pointing out :+1: