From 25413dfe236249b33c11f9cb2e7e45a52cc6723e Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Wed, 19 Jun 2019 22:03:08 +0530
Subject: [PATCH] Update manual installation command

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

diff --git a/README.md b/README.md
index 3b1dfd1..429589e 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/
 
     $ sudo apt-get install pkg-config libncursesw5-dev libreadline6-dev
     $ make
-    $ sudo make install
+    $ sudo make strip install
 
 `PREFIX` is supported, in case you want to install to a different location.