diff --git a/README.md b/README.md index aba3078..9ffa247 100644 --- a/README.md +++ b/README.md @@ -59,18 +59,20 @@ Alright, you have chosen your driver. Let's start by configuring the prerequisit You can choose to use either NFS or iSCSI or both. ### **NFS configuration** -**RHEL / CentOS** +___ + **RHEL / CentOS** ``` sudo yum install -y nfs-utils ``` - -**Ubuntu / Debian** +___ + **Ubuntu / Debian** ``` sudo apt-get install -y nfs-common ```
### **iSCSI configuration** +___  **RHEL / CentOS**  Install the following system packages: ```