diff options
| author | Fuwn <[email protected]> | 2024-06-11 06:40:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-11 06:41:52 +0000 |
| commit | 970099af7deec70d3689c055ddaa7417e7b0cb7a (patch) | |
| tree | eae0d2e752d15c47c86a8eb176ba4feb820d4aa1 /README.md | |
| parent | docs(readme): add options to docker (diff) | |
| download | maple-970099af7deec70d3689c055ddaa7417e7b0cb7a.tar.xz maple-970099af7deec70d3689c055ddaa7417e7b0cb7a.zip | |
build: switch from ninja to tup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,6 +3,7 @@ A very simple static Gemini server, now with Titan support! ### Lines-of-code + This codebase is now 351 lines of lines-of-code! The statement "... written within a single file and liberally @@ -32,9 +33,9 @@ docker run -p 1965:1965 -v ./your_capsules_directory:/maple/.maple fuwn/maple:la ### Executable -1. Build: `ninja` (requires [Ninja](https://ninja-build.org/)) -2. Run: `out/maple`, or - `TITAN=1 TITAN_TOKEN=secret TITAN_MAX_SIZE=2048 out/maple` +1. Build: `tup` (requires [Tup](https://gittup.org/tup/index.html)) +2. Run: `build/maple`, or + `TITAN=1 TITAN_TOKEN=secret TITAN_MAX_SIZE=2048 build/maple` ### Certificates |