1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Update docs/tutorials/add-runtime.md

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Bradley Schofield 2021-10-12 09:42:37 +01:00 committed by GitHub
parent cab3d205e2
commit 041f2186b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,7 +201,7 @@ Go ahead and save this file. Then `cd` into the root of the `php-runtimes` proje
```
chmod +x ./tests/resources/package-LANGUAGE_NAME.sh && ./tests/resources/package-LANGUAGE_NAME.sh
```
The first section changes the permissions of your script so you can execute it, while the second part actually executes the script and packages up your function.
This command adds execution permissions to your script and executes it.
NOTE: If you ever want to repackage your script you can simply run: `./tests/resources/package-LANGUAGE_NAME.sh` in the root of the `php-runtimes` project since you don't have to change permissions more than once.