From 1080b350afca51bf682aa0b669c19bdc39ec758b Mon Sep 17 00:00:00 2001 From: Ritchie Date: Tue, 19 Jan 2021 19:08:55 -0600 Subject: Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5a4fca7..309b11d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ The directory structure is as follows: + dev/ -- sourcecode for software under development, including assignments + worksheets/ -- .md files you should edit and then git commit for the worksheet portion of each assignment + bin/ -- executables and .dlls should be installed here. this directory should be added to your Windows PATH environment variable + include/ -- C++ header files should be installed here. + lib/ -- C++ libraries should be installed here + share/ -- shared data (images, config files, etc.) needed by installed programs should go here -- cgit v1.2.3