Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Mar 17, 2024
1 parent 839e1e4 commit 0792b8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,26 @@ composer install

#### Add chromedriver to Path

Make sure Chromedriver is installed and added to your environment Path.

```bash
# install chromedriver for Panther client.
vendor/bin/bdi detect drivers
sudo mv drivers/chromedriver /usr/local/bin/chromedriver
# Or
# chromedriver_mac64
# chromedriver_win32
# See https://chromedriver.storage.googleapis.com
# for drivers list.
wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo mv chromedriver /usr/bin/chromedriver
sudo mv chromedriver /usr/local/bin/chromedriver
chromedriver --version
```

#### Continue installation

```bash
# Run composer install again.
composer install
php artisan key:generate
# Before running the next command:
Expand Down

0 comments on commit 0792b8d

Please sign in to comment.