Some corrections to README

This commit is contained in:
Roma 2019-08-22 22:08:22 +02:00
parent 32eb70adf4
commit 0ba8795274
1 changed files with 3 additions and 3 deletions

View File

@ -8,15 +8,15 @@ Open Terminal and issue the command:
`make` `make`
To install the package right after the building use: To install the package right after the building, use:
`make install` `make install`
To remove just installed package use: To remove just installed package, use:
`make remove` `make remove`
To cleanup the project use: To cleanup the project, use:
`make clean` `make clean`