Browse code

Improved README

neauoire authored on 25/05/2021 04:31:53
Showing 1 changed files
... ...
@@ -27,24 +27,26 @@ try again after `rm -r /sys/include/npe`.
27 27
 
28 28
 ## Getting Started
29 29
 
30
-Begin by building the assembler and emulator by running the build script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `bin` folder.
30
+Begin by building the assembler and emulator by running the build script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `/bin` folder.
31 31
 
32 32
 ```
33 33
 ./build.sh
34 34
 ```
35 35
 
36
-The following command will create a rom from an [uxambly file](https://wiki.xxiivv.com/site/uxambly.html), point to a different usm file in the projects folder to assemble a different rom. You can find additional roms [here](https://sr.ht/~rabbits/uxn/sources).
36
+The following command will create an Uxn-compatible rom from an [uxambly file](https://wiki.xxiivv.com/site/uxambly.html), point to a different usm file in `/projects` to assemble a different rom. 
37 37
 
38 38
 ```
39 39
 bin/uxnasm projects/demos/life.usm bin/life.rom
40 40
 ```
41 41
 
42
-And, to start the rom:
42
+To start the rom, point the emulator to the newly created rom:
43 43
 
44 44
 ```
45 45
 bin/uxnemu bin/life.rom
46 46
 ```
47 47
 
48
+You can find additional roms [here](https://sr.ht/~rabbits/uxn/sources).
49
+
48 50
 ## Emulator Controls
49 51
 
50 52
 - `ctrl+h` toggle debugger