Skip to content

Commit 37ee8a5

Browse files
Jay-Lokhandegiggio
authored andcommitted
Add RISC-V 64-bit installation instructions to README
Add a new subsection under "Installing" in the README to document the requirement for RISC-V users to provide a local Chromedriver binary using the --chromedriver_filepath option, as no official binary is available. This complements the RISC-V support added in install.js.
1 parent d50ba25 commit 37ee8a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ This variable can be used to set either a `.zip` file or the binary itself, eg:
145145
```shell
146146
CHROMEDRIVER_FILEPATH=/bin/chromedriver
147147
```
148+
## Installing on RISC-V 64-bit Systems
149+
Chromedriver does not provide an official binary for RISC-V 64-bit architectures. To install on a RISC-V system, you must supply your own Chromedriver binary using the `--chromedriver_filepath` option. For example:
148150

151+
```bash
152+
npm install chromedriver --chromedriver_filepath=/path/to/chromedriver
153+
```
149154
## Custom download options
150155

151156
Install through a proxy.

0 commit comments

Comments
 (0)