about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-04 02:44:20 +0900
committersefidel <contact@sefidel.net>2023-02-04 02:44:20 +0900
commit5cc5d6ef91ae5a1e98390742dd8fe5cde207e632 (patch)
tree37c6ae660e04f0cad318fe048308cc97e3fad3d2
parent55d1da7df252c9be2856fbf0070e8534809950f1 (diff)
downloadnixrc-5cc5d6ef91ae5a1e98390742dd8fe5cde207e632.tar.gz
nixrc-5cc5d6ef91ae5a1e98390742dd8fe5cde207e632.zip
fix(README): fix md spacing
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f24f0c..055799f 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,14 @@ Failure to do so will result in a locked system.
 ## Installation
 
 1. Creating the installation media
-  ```sh
+
+```sh
   # Acquire latest nixos-unstable build
   wget -O nixos.iso https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso
 
   # Write the image to flash drive
   cp nixos.iso /dev/sdX
-  ```
+```
 
 2. Boot into the live installation.