瀏覽代碼

update text

tags/v20240302
Emil Williams 3 月之前
父節點
當前提交
1344ea07b5
共有 1 個檔案被更改,包括 7 行新增5 行删除
  1. +7
    -5
      README

+ 7
- 5
README 查看文件

@@ -16,12 +16,14 @@ especially when multi-line comments are available.


Binary files (files that contain characters < ' ' or > '~') are supported. 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' 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 --- --- 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. 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! -n, --dry-run: DRYRUN, does NOT run anything!


--- Shake --- --- 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 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.

Loading…
取消
儲存