From cbe2418d2dbc117c2fd200d5bef85d1c62dd3f86 Mon Sep 17 00:00:00 2001 From: Nima Taheri Date: Wed, 26 Dec 2018 22:39:12 +0330 Subject: [PATCH] Remove "make install" from readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 570baa1..fbce75e 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,6 @@ Below are some generic instructions for how to compile karrowswitch from source. $ cmake ``` -3. Install system-wide using e.g. `sudo` (optional): - - ``` - $ sudo make install - ``` - Usage -----