Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit ea3b446

Browse files
committed
Update README.md
1 parent 4f0e538 commit ea3b446

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,17 @@ Afer `bundler` is installed run:
8181
```bash
8282
bundle install
8383
```
84-
If you get an error related to `nokogiri` installation, please consider this installation [guide](http://www.nokogiri.org/tutorials/installing_nokogiri.html) for `nokogiri` gem.
84+
If you get an error related to `nokogiri` installation, please consider the steps below:
85+
```bash
86+
# Install libxml2 library using homebrew
87+
brew install libxml2
88+
89+
# Install 'nokogiri' gem manually
90+
sudo env ARCHFLAGS="-arch x86_64" gem install nokogiri:1.6.6.4 -- --with-xml=/usr/local/Cellar/libxml2/2.9.2
91+
92+
# Continue installation of dependencies
93+
bundle install
94+
```
8595

8696
For **Appium** we will need to install Appium server separately. For this demo we will use Appium server standalone app.
8797
![Appium Standalone App](/assets/appium.png)

0 commit comments

Comments
 (0)