From 6b41474ed9b8b0cf5dfee21981895d971e53f538 Mon Sep 17 00:00:00 2001 From: remyabel <41764622+remyabel@users.noreply.github.com> Date: Fri, 28 Dec 2018 04:50:43 -0500 Subject: [PATCH] Escape asterisk In order for the glob to properly expand, it needs to be escaped. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f5cd6..ffbab22 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Nethogs depends on `ncurses` for the text-based interface and `libpcap` for user #### Yum-based distro's - yum install gcc-c++ libpcap-devel.x86_64 libpcap.x86_64 ncurses* + yum install gcc-c++ libpcap-devel.x86_64 libpcap.x86_64 ncurses\* #### Getting the source