Skip to content

Commit d6ed663

Browse files
committed
add link to info on file permissions
1 parent dceb663 commit d6ed663

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)