Skip to content

Commit 67ca2f8

Browse files
committed
proxy checks + folder structure
1 parent e104bcc commit 67ca2f8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ You can either run the script directly from the web or clone the repository and
3434

3535
**macOS / Linux**
3636
```bash
37-
bash mac.sh or ./mac.sh
37+
bash mac/run.sh or ./mac/run.sh
3838
```
39-
Incase there are any permission related issues, please run: chmod +x ./mac.sh
39+
If you encounter any permission issues, ensure the script is executable:
40+
41+
```
42+
chmod +x ./mac/run.sh
43+
```
44+
4045
**Windows**
4146
```powershell
42-
./windows.ps1
47+
./win/run.ps1
4348
```
4449

4550
### Remote Execution
@@ -49,7 +54,7 @@ You can either run the script directly from the web or clone the repository and
4954
To run the onboarding utility on macOS or Linux without cloning, execute the following command in your terminal:
5055

5156
```bash
52-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/http-heading/browserstack-now/main/mac_os.sh)"
57+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/http-heading/browserstack-now/main/mac/run.sh)"
5358
```
5459

5560
#### Windows
@@ -58,7 +63,7 @@ To run the onboarding utility on Windows without cloning, execute the following
5863
**Note:** You may need to set the execution policy to `RemoteSigned` or `Bypass` to run the script.
5964

6065
```powershell
61-
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/http-heading/browserstack-now/main/windows.ps1'))
66+
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/http-heading/browserstack-now/main/win/run.ps1'))
6267
```
6368

6469
## Identifying and sharing the log files
File renamed without changes.

mac.sh renamed to mac/run.sh

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)