From 0ba879527494ed48c3c2e72e17bb7eb95950b3c8 Mon Sep 17 00:00:00 2001 From: eSh Date: Thu, 22 Aug 2019 22:08:22 +0200 Subject: [PATCH] Some corrections to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1165072..a5de176 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ Open Terminal and issue the command: `make` -To install the package right after the building use: +To install the package right after the building, use: `make install` -To remove just installed package use: +To remove just installed package, use: `make remove` -To cleanup the project use: +To cleanup the project, use: `make clean`