aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-11 06:40:35 +0000
committerFuwn <[email protected]>2024-06-11 06:41:52 +0000
commit970099af7deec70d3689c055ddaa7417e7b0cb7a (patch)
treeeae0d2e752d15c47c86a8eb176ba4feb820d4aa1 /README.md
parentdocs(readme): add options to docker (diff)
downloadmaple-970099af7deec70d3689c055ddaa7417e7b0cb7a.tar.xz
maple-970099af7deec70d3689c055ddaa7417e7b0cb7a.zip
build: switch from ninja to tup
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index ac983ea..95f0536 100644
--- a/README.md
+++ b/README.md
@@ -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