diff --git a/Main.c b/Main.c
index c7411d5dc397208a68ba7efb1b1e6a231b94d69e..a6b72cc955dd6ff0e0af61abf6770d1e91c74e5a 100644
--- a/Main.c
+++ b/Main.c
@@ -11,6 +11,15 @@
  *  Read from a provided directory path (relative or absolute).
  *  For all files and folders in said path, print out information,
  *  using a "breadth-first" approach.
+ *
+ *  To change permissions within the TestingDirectory folders,
+ *  navigate to /TestingDirectory/root/dir_permission_variations/
+ *  and run the file_permission_setup script.
+ *
+ *  Note: Because of how this functions, you will need to sudo
+ *  if you want to remove the folder afterwards. To reset,
+ *  simply delete the entire permission_variations folder and
+ *  run "git reset --hard".
  */