summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-01 08:38:28 -0500
committerBen Sima <ben@bsima.me>2021-12-01 08:38:28 -0500
commit32a13c8941538fd38d91091f99efe79baacb700f (patch)
treecacf6fea54607b2787f7d225b075173faf15af8b
parent440cf7690a520a7c74e5125e5d94922f177e51c5 (diff)
Move some docs around
-rw-r--r--Biz.md7
-rw-r--r--README.md (renamed from Biz/Dev.md)3
2 files changed, 1 insertions, 9 deletions
diff --git a/Biz.md b/Biz.md
deleted file mode 100644
index 5fef2b2..0000000
--- a/Biz.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Biz
-
-The end is financial independence. The means: write everything down,
-first in English, then in code. Automate it until we don't have to work
-any longer.
-
-Compounding returns are magical. Wealth is found in asymmetries.
diff --git a/Biz/Dev.md b/README.md
index 0061db3..235187b 100644
--- a/Biz/Dev.md
+++ b/README.md
@@ -58,10 +58,9 @@ handle the file. So for example:
- `.hs` is Haskell source code, the build system compiles it
- `.scm` is Scheme source code, ditto
-- `.org` is an organizational text document, the build system ignores
- this, but we use them to make plans and such
- `.jnl` is a journal for accounting, the build system will check our
balances, make sure we're profitable
+- `.md` for notes and docs, mostly ignored by the build system
# Setting up remote builds