diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ Arguments: | |||
32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") | 32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") |
33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") | 33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") |
34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) | 34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) |
35 | - `-vips-concurrency=<n>: Concurrency level of libvips (i.e. number of worker threads)` | 35 | - `-vips-concurrency=<n>`: Concurrency level of libvips (i.e. number of worker threads) |
36 | 36 | ||
37 | 37 | ||
38 | ## Development | 38 | ## Development |
@@ -42,7 +42,7 @@ to the previously listed ones: | |||
42 | 42 | ||
43 | - **SASS (sassc):** Compiling SCSS to CSS | 43 | - **SASS (sassc):** Compiling SCSS to CSS |
44 | - **TypeScript (tsc):** Compiling TypeScript to JavaScript | 44 | - **TypeScript (tsc):** Compiling TypeScript to JavaScript |
45 | - **UglifyJS (uglifyjs):** Minifying JavaScript | 45 | - **Terser (terser):** Minifying JavaScript |
46 | - **fonttools (pyftsubset):** Minifying fonts | 46 | - **fonttools (pyftsubset):** Minifying fonts |
47 | 47 | ||
48 | Folder structure: | 48 | Folder structure: |