diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | doc/hanoi-big-picture.png | bin | 39977 -> 45833 bytes | |||
-rw-r--r-- | doc/hanoi.png | bin | 20422 -> 25779 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 2a4cabc..41c5e0c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ src/teliva hanoi.tlv <img alt='screenshot of Teliva running the Towers of Hanoi' src='doc/hanoi.png'> No matter what app you run, you are always guaranteed access to a single -obvious, consistent way (currently the hotkey `ctrl-e`) to inspect its +obvious, consistent way (currently the hotkey `ctrl-u`) to inspect its sources. When you look under the hood of an app, the first thing you see is a @@ -37,8 +37,8 @@ view of the app's code. <img alt='screenshot of big-picture view for the Towers of Hanoi' src='doc/hanoi-big-picture.png'> -Select a definition, make a change, hit `ctrl-e` again, and the app will run -with your updates. ([video](https://archive.org/details/akkartik-2021-11-14)) +Select a definition, make a change, hit `ctrl-x`, and the app will run with +your updates. ([video](https://archive.org/details/akkartik-2021-11-14)) You will need some Unix-like platform with a C compiler and the ncurses and openssl libraries. Some possible commands to install them, depending on your diff --git a/doc/hanoi-big-picture.png b/doc/hanoi-big-picture.png index be6e8a0..92b4f9c 100644 --- a/doc/hanoi-big-picture.png +++ b/doc/hanoi-big-picture.png Binary files differdiff --git a/doc/hanoi.png b/doc/hanoi.png index 7d47627..495036b 100644 --- a/doc/hanoi.png +++ b/doc/hanoi.png Binary files differ |