From 996efa44e4dfb66e7611f3c751b31039120f1e78 Mon Sep 17 00:00:00 2001
From: "oljas.jarasbaev" <oljas.jarasbaev@demlabs.net>
Date: Mon, 26 Jun 2023 08:16:02 +0000
Subject: [PATCH] bugfix-9045

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 55a90839c..7c23b7dcd 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Get into directory with cellframe-node and execute the following commands
 As a result, you should be able to fine make files in your build folder which will be used by cpack command to create an installation package.
 
 #### Build cellframe-node packages for MacOS
-Right now you can't, just type ```make install``` and it will install all the files in your system at /Users/<your username>/Applications/CellFrame.app
+Right now you can just type ```make install``` and it will install all the files in your system at /Users/<your username>/Applications/CellFrame.app
 
 #### Build cellframe-node package for Linux
 Use the following command ```cpack``` from the build directory to create cellframe-node installation package:
-- 
GitLab