about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
commitb964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 (patch)
tree92d8ecd1755831e2804be07d69ee1e127c1f0fc5 /README.md
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9bbf91df..834cb158 100644
--- a/README.md
+++ b/README.md
@@ -200,8 +200,7 @@ If you're still reading, here are some more things to check out:
 
 - [Commandline reference for the bootstrap C++ program.](bootstrap.md)
 
-- The [list of x86 opcodes](subx_opcodes) supported in SubX: `./bootstrap
-  help opcodes`.
+- The [list of x86 opcodes](subx_opcodes) supported in SubX: `linux/bootstrap/bootstrap help opcodes`.
 
 - [Some details on the unconventional organization of this project.](http://akkartik.name/post/four-repos)