From 1bda218e17d2ca6d7212f947e7544c85cce9535c Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Thu, 2 May 2013 16:27:19 -0400 Subject: [PATCH] Clarify purpose of `data` dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db839cfbfb..498277d646 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ that you understand what the script is doing, and why, by reading this document. Directory Hierarchy ------------------- This code assumes that it is checked out in a directory that has three sibling -directories: `data` (used for application data?), `db` (used to hold a +directories: `data` (used for XML course data), `db` (used to hold a [sqlite](https://sqlite.org/) database), and `log` (used to hold logs). If you clone the repository into a directory called `edx` inside of a directory called `dev`, here's an example of how the directory hierarchy should look: