From 9e9059ca81f5f18f4ba3d68d96939a8f0f812b18 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 29 Oct 2022 19:48:17 +0200 Subject: [PATCH] README.md (v0.1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5343465..7d708f6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ pmem is a Python3 script for show memory of all processes & total system memory * Open the terminal and type the following comands: ```shell - $ git clone https://gitlab.com/q3aql/psmem - $ cd psmem + $ git clone https://gitlab.com/q3aql/pmem + $ cd pmem $ pip3 install psutil $ sudo make install ````