diff --git a/README.md b/README.md index 7b94960..f23a09f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,25 @@ EasyPaint EasyPaint is a simple graphics painting program +Installing +---------- + +Install PuDB using the commands, if you use CMake:: + + cd ./EasyPaint + cmake -DCMAKE_INSTALL_PREFIX=/usr + make + make install + +Install PuDB using the commands, if you use qmake:: + + cd ./EasyPaint/sources + lrelease easypaint.pro + qmake + make + make install + License ------- -EasyPaint is distributed under the MIT license . +EasyPaint is distributed under the `MIT license `_.