diff options
author | pk33 <pk33@pk33.space> | 2024-11-11 18:06:18 +0100 |
---|---|---|
committer | pk33 <pk33@pk33.space> | 2024-11-11 18:06:18 +0100 |
commit | 5a54774474f43ae29716751d6415563a59b92c7d (patch) | |
tree | 151e865845b09b85992d8be20d8cc771d4110448 /README.html | |
parent | 146a683b8d8315ef15dc1c9286f0983834f48d88 (diff) | |
download | engine33-5a54774474f43ae29716751d6415563a59b92c7d.tar.gz |
tidying up and basic input
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.html b/README.html index d5f93c6..293830b 100644 --- a/README.html +++ b/README.html @@ -6,21 +6,20 @@ <h3>COMPILING</h3> <hr> -<p>Set CC in the makefile then run bmake.</p> +<p>run bmake.</p> <br><br> <h3>USAGE</h3> <hr> <p>You need a monitor connected to an on-board connector.<br> -Edit options.h.<br> +Edit options33.h.<br> Run ./bin/engine33 on a TTY.<br> <br><br> <h3>TODO</h3> <hr> <ol> -<li>tidying up and abiding by naming conventions</li> -<li>*Input</li> +<li>*Draw some primitive graphics</li> </ol> <br><br> |