From b3f34bdc0ed6d1cf15bd948d7f449fe3ab21993b Mon Sep 17 00:00:00 2001 From: Kumar Sahaj Date: Wed, 20 Sep 2023 14:49:15 +0000 Subject: [PATCH] checksss --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d93a5a1..a51000f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ sudo docker run -d --runtime=sysbox-runc -P -p :9166 --name blockbook ## Requirements -Installation of Sysbox: +### Installation of Sysbox: ``` git clone --recursive https://github.com/nestybox/sysbox.git @@ -23,7 +23,7 @@ sudo ./docker-cfg --sysbox-runtime=enable (For this step go to the scr directory ``` -For Uninstalling: +### For Uninstalling: ``` sudo make uninstall @@ -31,7 +31,7 @@ make clean ``` -Installation of Docker: +### Installation of Docker: ``` sudo apt update