From dc50d6faa51abd9bd529ab16dc9faafb934de3e4 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Fri, 3 Feb 2023 13:52:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d754c0e..ca72f35 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Data files (in 'bin' directory): George M. Eberhart - Copyright 2022, LeRoy Pea This C++ command line tool reads several source files containing UFO related events, which were compiled from a variety of sources, and converts each of them to JSON. It then sorts all of these events into a single large timeline and outputs them as Markdown. [pandoc](https://pandoc.org/) can then be used to convert this Markdown text to HTML. -Currently, the tool is Windows only, but it would be trivial to port to Linux/OSX. (I'll do this soon.) To run it: compile the .SLN using Visual Studio 2022. There are no 3rd party dependencies. Run it in the BIN directory. It'll convert all the source files to JSON then output a file named timeline.md. +Currently, the tool is Windows only, but it would be trivial to port to Linux/OSX. (I'll do this soon.) To run it: compile the .SLN using Visual Studio 2022. There are no 3rd party dependencies (other than libsoldout, which is included in this repo). Run it in the BIN directory. It'll convert all the source files to JSON then output a file named timeline.md. Here's the output [Markdown file converted to PDF](ufo_timeline_v1_04.pdf).