From 09e91f3334cfba3a0b8827011aafef102ef4b45e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sun, 10 May 2020 23:13:19 +0800 Subject: [PATCH] add psmisc package in the list for the issue fuser command missed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158ae040fa..a0aa75c50a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ TDengine provides abundant developing tools for users to develop on TDengine. Fo 1. sudo apt install build-essential cmake net-tools python-pip python-setuptools python3-pip - python3-setuptools valgrind + python3-setuptools valgrind psmisc 2. git clone ; cd TDengine -- GitLab