wm: doc

Download patch

ref: 538833854595dd36e25168df2a109e3a66ac08d2
parent: fc11f20e8be2e0e5fb73cdb7377ec1336a8515a1
author: jrmu <jrmu@inter9>
date: Mon Jul 1 09:12:09 EDT 2024

Fix ugly formatting

--- a/install.ms
+++ b/install.ms
@@ -24,6 +24,7 @@
 
 Inside your home folder, download the 9front ISO: 
 
+.P1
 $ ftp https://9front.org/iso/9front-10522.amd64.iso.gz
 $ sha256 9front-10522.amd64.iso.gz
 SHA256 (9front-10522.amd64.iso.gz) = 89f1e35bf735bfc9aeca38286a9a6607f3a40292befa4a30133157790f2edbcc
@@ -30,11 +31,12 @@
 89f1e35bf735bfc9aeca38286a9a6607f3a40292befa4a30133157790f2edbcc      9front-10522.amd64.iso.gz
 $ gunzip 9front-10522.amd64.iso.gz
 $ ln -sf 9front-10522.amd64.iso $USER.iso
+.P2
 
 .LP
 Inside /etc/vm.conf, make sure your virtual machine's cdrom is set to $USER.iso: 
 
-.CW
+.P1
 vm "$USER" {
     owner $USER
     memory 2048M
@@ -45,17 +47,17 @@
         switch "switch0"
     }
 }
-.R
+.P2
 
 Stop your existing virtual machine:
 
-.CW
+.P1
 $ vmctl stop $USER
-.R
+.P2
 
 You may need to delete any existing data, then create a new qcow2 image, then start the virtual machine:
 
-.CW
+.P1
 $ rm $USER.qcow2
 $ vmctl create -s 20G $USER.qcow2
 $ vmctl start -c $USER
@@ -570,3 +572,4 @@
 
 See also <http://cloud9p.org/doc/vmm.html>.
 
+.P2
\ No newline at end of file