From 66998590dc7fc7b4c9b1b9e1418e9696506c2f80 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 18 Apr 2024 17:24:09 -0400 Subject: [PATCH] xo-flatstring: ++ README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0e7ca89b..fa3dcc93 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ Limitations: ## Getting started +### Install dependencies + +- [github/Rconybea/xo-cmake](https://github.com/Rconybea/xo-cmake) cmake macros +- [github/Rconybea/xo-indentlog](https://github.com/Rconybea/indentlog) logging (used by unit tests) + +### Clone xo-flatstring + +``` +$ cd ~/proj # for example +$ git clone https://github.com/rconybea/xo-flatstring +``` + ### build + install ``` $ cd xo-flatstring