Corrections
[libreriscv.git] / HDL_workflow / nextpnr.mdwn
index 90d02c24373f114902cabe153ec99e249974f9b3..26255aa1e445627788aee88759a14b54bc753b26 100644 (file)
@@ -3,12 +3,15 @@
 ## Setting up new debootstrap and chroot into it
 
 export MY_CHROOT=/stable-chroot
+
 mkdir $MY_CHROOT
 
 debootstrap stable $MY_CHROOT http://deb.debian.org/debian/
 
 mount -t proc proc $MY_CHROOT/proc
+
 mount -t sysfs sysfs $MY_CHROOT/sys
+
 mount -t devpts devpts $MY_CHROOT/dev/pts/
 
 chroot $MY_CHROOT /bin/bash