Skip to content

Commit 8b036ec

Browse files
Update quota_check.md
1 parent cd18c33 commit 8b036ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/quota_check.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ The final table lists regions with available quota. You can select any of these
5959
```
6060
### **If using VS Code or Codespaces**
6161
1. Open the terminal in VS Code or Codespaces.
62-
2. Navigate to the `scripts` folder where the script files are located:
62+
2. Navigate to the `scripts` folder where the script files are located and make the script as executable:
6363
```sh
6464
cd scripts
65+
chmod +x quota_check_params.sh
6566
```
6667
3. Run the appropriate script based on your requirement:
6768

0 commit comments

Comments
 (0)