From c8a0606ae5af1435dd4ddef156e222b2628685c2 Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 6 Mar 2024 19:15:50 -0500 Subject: [PATCH] updated README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c27de11..686ea1a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ A no-nonsense, user-extensible `fortune-mod` replacement. This project was originally built in Rust, and I migrated it to C# primarily to test out [bflat](https://github.com/bflattened/bflat). +
+

Methodology

+ +`fortune-cs` starts by selecting a category file, then a line, so the user will +see a normal representation of each file. Then, it selects a line from the file. + +The fortune files themselves can be extended just by appending; +`cat b.txt >> a.txt` is a perfectly valid way of merging two files. + +
+ ## Installation ### Application