From f5f9ac2761275abfe6a7f5b5fbfa39d113f632a1 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 25 Apr 2021 10:10:34 -0700 Subject: [PATCH] fix readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08395b0..f1229ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ Rocky Tools =========== -Various scripts and tools that we find useful, whether we use them or they are made for public consumption. +Various scripts and tools that we find useful, whether we use them or they are +made for public consumption. For example, conversion scripts or otherwise. + +``` +. +├── centos2rocky.sh # Converts a CentOS 8.3 system to Rocky Linux 8.3 +└── README.md +```