From 2f9dbdbb11cd17c041ae7ddabf10d1f7d6009d91 Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Wed, 16 Dec 2020 18:32:11 -0500 Subject: [PATCH] Fixed a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ab3f1..b0b591f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ are using not only gives us detailed information about userspace memory usage, but _also_ about kernel memory allocated on behalf of the program. (such as memory used to mange a process's page tables). -This tool only runs on Linux, and requires being installed installed +This tool only runs on Linux, and requires being installed set-UID. Build it the normal way: $ git clone https://github.com/bpowers/mstat