Skip to content

Commit c6862cf

Browse files
authored
Merge pull request #269 from creativecommons/readme-file-perms
Add info on file permissions (scripts must be executable)
2 parents dceb663 + d6ed663 commit c6862cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ When run this way, the shared library (`scripts/shared.py`) provides easy access
227227
to all of the necessary paths and all of the modules managed by pipenv are
228228
available.
229229
230+
In order for scripts to be run directly (as shown above), the script must be
231+
executable. For more information on making files executable, please see:
232+
[File Permissions - Foundational technologies — Creative Commons Open
233+
Source][file-perms].
234+
235+
[file-perms]: https://opensource.creativecommons.org/contributing-code/foundational-tech/#file-permissions
236+
230237
231238
### Static analysis
232239

0 commit comments

Comments
 (0)