Skip to content

Commit

Permalink
Merge pull request #1 from Yokozuna59/udpate-readme
Browse files Browse the repository at this point in the history
Update README.md with Supported version
  • Loading branch information
Yokozuna59 authored Jul 23, 2022
2 parents d4f3ed9 + 5adb8fc commit 83b072d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

> A script installs the right drivers for your browsers, Chrome/Chromium and Firefox, works on Windows, Linux and Mac.
## Supported Platforms

| OS | Supported | Tested |
|:--:|:---------:|:------:|
| macOS Intel |||
| macOS Apple Silicon || N/A |
| Linux x86_64 |||
| Linux i686 || N/A |
| Linux aarch64 | N/A ||
| Windows 64bit |||
| Windows 32bit || N/A |
| Windows Arm64 | N/A | N/A |

## Requirements

1. [cURL](https://curl.se/docs/install.html) or [Wget](https://mirrors.kernel.org/gnu/wget/) for Windows (WSL), Linux or Mac.
Expand All @@ -11,14 +24,17 @@
### Linux & Mac & Windows (WSL)

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yokozuna59/webdriver-installer/master/install.sh)"
# or /bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/Yokozuna59/webdriver-installer/master/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yokozuna59/\
webdriver-installer/master/install.sh)"
# or /bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/Yokozuna59/\
# webdriver-installer/master/install.sh)"
```

### Windows (PowerShell)

```PowerShell
$request = Invoke-RestMethod -URI 'https://raw.githubusercontent.com/Yokozuna59/webdriver-installer/master/install.ps1'
$request = Invoke-RestMethod -URI 'https://raw.githubusercontent.com/\
Yokozuna59/webdriver-installer/master/install.ps1'
Invoke-Expression -Command "$request"
```

Expand Down

0 comments on commit 83b072d

Please sign in to comment.