diff --git a/data/README.md b/data/README.md index ab4e662..95d51a7 100644 --- a/data/README.md +++ b/data/README.md @@ -1,6 +1,6 @@ # Data -This directory contains two important subdirectories: `raw/` and `processed/`. `raw` will house raw data files that will be fetched when running `make data` from the top level project directory. `raw` should expect to be filled with approximately 37.5 GBs of data. `processed/` will house files processed and generated by native project scripts. `processed/` should expect to be filled with approximately 190 GBs of data. +This directory contains two important subdirectories: `raw/` and `processed/`. `raw/` will house raw data files that will be fetched when running `make data` from the top level project directory. `raw/` should expect to be filled with approximately 37.5 GBs of data. `processed/` will house files processed and generated by native project scripts. `processed/` should expect to be filled with approximately 190 GBs of data. If you want the data to instead be stored on another drive, delete `raw` and `processed` with `mkdir raw && mkdir processed` and instead create symbolic links with those names to the path you want your data to be located at. For example, if you want your raw data to be located at `/Volumes/Passport/raw`, then you can create a symbolic link via: