document the make-sfx.sh fast option

This commit is contained in:
ed
2023-06-04 14:13:35 +00:00
parent c355f9bd91
commit df5d309d6e
2 changed files with 3 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ then build the sfx using any of the following examples:
```sh
./scripts/make-sfx.sh # regular edition
./scripts/make-sfx.sh fast # build faster (worse js/css compression)
./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor
```