diff --git a/README.md b/README.md
index 9c8ec605..f0a977f4 100644
--- a/README.md
+++ b/README.md
@@ -342,23 +342,25 @@ From this point we will be configuring the `live system`.
2. Configure network-manager
+
+ 1. Create config file
- ```shell
- cat < /etc/NetworkManager/NetworkManager.conf
- [main]
- rc-manager=none
- plugins=ifupdown,keyfile
- dns=systemd-resolved
+ ```shell
+ cat < /etc/NetworkManager/NetworkManager.conf
+ [main]
+ rc-manager=none
+ plugins=ifupdown,keyfile
+ dns=systemd-resolved
- [ifupdown]
- managed=false
- ```
+ [ifupdown]
+ managed=false
+ ```
- 3. Reconfigure network-manager
+ 2. Reconfigure network-manager
- ```shell
- dpkg-reconfigure network-manager
- ```
+ ```shell
+ dpkg-reconfigure network-manager
+ ```
## Create the CD image directory and populate it