From 2ae6d1ea0af65f2fb0ebbe58b78ce03ee91e5cf7 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Tue, 23 Aug 2022 12:35:49 -0500 Subject: [PATCH] README.md:grammar improvement suggestion (Instead, it wil) [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486fd493b..458521ef3 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ bash -c './hello.com' # zsh/fish workaround (we patched them in 2021) ``` Since we used the `ape-no-modify-self.o` bootloader (rather than -`ape.o`) your executable will not modify itself when it's run. What -it'll instead do, is extract a 4kb program to `${TMPDIR:-${HOME:-.}}` +`ape.o`) your executable will not modify itself when it's run. Instead, +it will extract a 4kb program to `${TMPDIR:-${HOME:-.}}` that maps your program into memory without needing to copy it. It's possible to install the APE loader systemwide as follows.