]> git.earlybird.gay Git - today/commitdiff
update README
authorearly <me@earlybird.gay>
Tue, 13 Aug 2024 01:00:07 +0000 (19:00 -0600)
committerearly <me@earlybird.gay>
Tue, 13 Aug 2024 01:00:07 +0000 (19:00 -0600)
README

diff --git a/README b/README
index f55d7cbc2bc2b7e7c1070d0fd46ba5088681710d..4cd07949d05bd38f0980263e2953aeb5fdf1e0c7 100644 (file)
--- a/README
+++ b/README
@@ -4,17 +4,11 @@ This respository contains all the code and applications related to the Today web
 app framework.
 
 Author: Early N.
+License: MIT
 
-===== Usage and License ========================================================
+===== Usage ====================================================================
 
-Copyright 2024 Early
-
-Don't.
-
-1. This work is deliberately unlicensed, and I reserve all rights until I think
-   it's ready to be released.
-2. It's so very not ready for release. Untested, undocumented, messy. Seriously,
-   even if you're going to do a piracy, don't do it with this.
+go get git.earlybird.gay/today-app@latest
 
 ===== Project Goals ============================================================
 
@@ -24,6 +18,6 @@ Build a framework around HTTP handlers that makes hard problems a bit easier.
    variables for commonly-changed things, like hosts, logging, etc.
 2. (Done!) Process management. Ungraceful exits are lame, exits that could be
    graceful but aren't are also lame.
-2. (Done!) Subprocess management. It should be pretty easy to implement a
+3. (Done!) Subprocess management. It should be pretty easy to implement a
    reponsible subprocess that knows when it should stop and clean up after
    itself.