Skip to content

Commit

Permalink
Merge branch '1.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jul 23, 2023
2 parents 7359eec + 789b80b commit 8b1dbb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Updater for Laravel Dusk ChromeDriver binaries
[![Latest Unstable Version](https://poser.pugx.org/orchestra/dusk-updater/v/unstable)](//packagist.org/packages/orchestra/dusk-updater)
[![License](https://poser.pugx.org/orchestra/dusk-updater/license)](https://packagist.org/packages/orchestra/dusk-updater)

> This is a fork based on [staudenmeir/dusk-updater](https://github.com/staudenmeir/dusk-updater) but uses Symfony Console to allow it to be use outside of Laravel installation.
> This is a fork based on [staudenmeir/dusk-updater](https://github.com/staudenmeir/dusk-updater) but uses Symfony Console to allow it to be used outside of Laravel installation.
## Introduction

This Symfony command updates your Laravel Dusk ChromeDriver binaries to the latest or specified release.

Supports all versions of Laravel Dusk especially used outside of Laravel installation.
Supports all versions of Laravel Dusk especially those used outside of Laravel installation.

## Installation

Expand All @@ -29,11 +29,11 @@ Download the latest stable ChromeDriver release:

You can also specify the major Chrome/Chromium version you are using:

./vendor/bin/dusk-updater update 74
./vendor/bin/dusk-updater update 109

Or you directly specify the desired ChromeDriver version:

./vendor/bin/dusk-updater update 74.0.3729.6
./vendor/bin/dusk-updater update 109.0.5414.74

> If Dusk is still using the previous version after the update, there is probably an old ChromeDriver process running that you need to terminate first.
Expand All @@ -43,12 +43,12 @@ You can check if the installed Chrome and ChromeDriver version using:

./vendor/bin/dusk-updater detect

> The command will prompt you to download new ChromeDriver if it is outdated.
> The command will prompt you to download a new ChromeDriver if it is outdated.
Specify the absolute path to your custom Chrome/Chromium installation (not supported on Windows):

./vendor/bin/dusk-updater detect --chrome-dir=/usr/bin/google-chrome

Finally, you can also tell the command to automatically downlad new version if it is outdated using:
Finally, you can also tell the command to automatically download a new version if it is outdated using:

./vendor/bin/dusk-updater detect --auto-update

0 comments on commit 8b1dbb2

Please sign in to comment.