]> git.xolatile.top Git - emil-bake.git/commitdiff
update text
authorEmil Williams <emilwilliams@tuta.io>
Wed, 14 Feb 2024 18:26:19 +0000 (18:26 +0000)
committerEmil Williams <emilwilliams@tuta.io>
Wed, 14 Feb 2024 18:26:19 +0000 (18:26 +0000)
README

diff --git a/README b/README
index e17d530a5ecd953ea6bf18e8bd153e7efd7c6494..4be4f01bcd4c98dfdaa5dee5762fb42ea138ebe9 100644 (file)
--- a/README
+++ b/README
@@ -16,12 +16,14 @@ especially when multi-line comments are available.
 
 Binary files (files that contain characters < ' ' or > '~') are supported.
 
---- Buildng ---
+A manpage is included: bake(1)
+
+--- Building ---
 
 Bootstrapping may be done with Shake, simply run `./shake ./bake.c'
 
-Initial building may be done by examining and running `install.sh',
-or if you don't want to install it right away, run `SUDO= TARGET=. ./install.sh'
+Or simply run `install.sh', you'll need to be a privileged user to install the files.
+See the file's content for more details regarding the installation.
 
 --- I/O Extension ---
 
@@ -38,7 +40,7 @@ They are most useful for a template command, such as: @BAKE cc $@ -o $* $+
 
 only one option may be in use at a time, and must come as the first argument.
 
--h, --help: displays help message, similiarly to empty input.
+-h, --help: displays help message, similarly to empty input.
 -n, --dry-run: DRYRUN, does NOT run anything!
 
 --- Shake ---
@@ -54,4 +56,4 @@ multi-line commands.  It is not a replacement for Bake.
 
 Bake is licensed under the GPLv3-only, See LICENSE.
 
-Bake began on September 13th, 2023.
+Bake began on September 13th, 2023, and at this point in time, is complete.