Skip to content

Commit a7196fd

Browse files
author
Adam M. Wilson
committed
add readme for folder structure
1 parent b5e2777 commit a7196fd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

data/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Example folder structure for students to store class content.
2+
3+
Note: to remove Mac related files from a zipped folder, run:
4+
5+
`zip -d GEO503.zip __MACOSX/\*`
6+
7+
`zip -d GEO503.zip \*/.DS_Store`
8+
9+
Alternatively, compress the folder with (`-X` skips the hidden Mac files):
10+
11+
`zip -r -X GEO503.zip GEO503`

0 commit comments

Comments
 (0)