From 3f6ecd4b07230eb9e69b0e62c31e260641548056 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 8 Dec 2022 22:46:27 -1000 Subject: [PATCH] ;doc: FILES: tweak --- doc/FILES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FILES.md b/doc/FILES.md index 6a7559952..3097dd457 100644 --- a/doc/FILES.md +++ b/doc/FILES.md @@ -15,8 +15,8 @@ A full working copy of the official hledger [repos](REPOS.html) is best laid out like this (manually; we currently don't use git submodules):
 src/hledger/ - git clone https://github.com/simonmichael/hledger; cd hledger
-  finance/   - git clone https://github.com/simonmichael/hledger_finance finance
   site/      - git clone https://github.com/simonmichael/hledger_site site
+  finance/   - git clone https://github.com/simonmichael/hledger_finance finance
 
You don't need to clone all of these repos unless you are working in all of those areas.