README.md (v0.1)

This commit is contained in:
q3aql 2022-10-29 19:48:17 +02:00
parent a16643c6de
commit 9e9059ca81

View File

@ -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
````