mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update docs/tutorials/add-runtime.md
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
co-authored by
kodumbeats
parent
cab3d205e2
commit
041f2186b7
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user