commit 0603510

Devine Lu Linvega  ·  2025-12-29 17:43:36 +0000 UTC
parent 127cf19
Fixed issue with README
1 files changed,  +2, -2
+2, -2
 1@@ -43,6 +43,8 @@ A manual page is provided documenting the Uxntal language:
 2 man ./doc/man/uxntal.7
 3 ```
 4 
 5+After running `make install` the man page should be found by `man uxntal`.
 6+
 7 ## Assembler
 8 
 9 This repository comes with a copy of the compiled [Drifblim](https://git.sr.ht/~rabbits/drifblim) assembler. 
10@@ -52,8 +54,6 @@ cat etc/utils/drifblim.rom.txt | bin/uxn11 etc/utils/xh.rom > bin/drifblim.rom
11 bin/uxn11 bin/drifblim.rom etc/tests/opctest.tal bin/opctest.rom
12 ```
13 
14-After running `make install` the man page should be found by `man uxntal`.
15-
16 ## Devices
17 
18 The file device is _not sandboxed_, meaning that it should not be able to read or write outside of the working directory.