From e1e1a1cf789ec6467e45f20c6aea1861b20e55d6 Mon Sep 17 00:00:00 2001 From: Denis Abdulkerimov <denis.abdulkerimov@demlabs.net> Date: Sat, 25 Apr 2020 09:53:13 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21add68fa..837760871 100644 --- a/README.md +++ b/README.md @@ -268,3 +268,9 @@ More details about order operations you could find with call ```sudo /opt/cellfr More details about cellframe node commands in call ```sudo /opt/cellframe-node/bin/cellframe-node-cli help``` +#### Remove cellframe-node + +In order to remove cellframe-node, use the following command +``` +sudo apt-get remove cellframe-node +``` -- GitLab