Skip to content

Commit 31c4ccd

Browse files
Update README.md (#373)
1 parent 165339c commit 31c4ccd

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
@@ -23,6 +23,11 @@ For information on using the tools, see [Zendesk App Tools](https://developer.z
2323
## Work on ZAT
2424
If you want to help **develop** this tool, clone this repo and run `bundle install`.
2525

26+
If you receive this error:
27+
Installing nokogiri 1.10.10 with native extensions
28+
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
29+
Then run `gem install nokogiri -- --use-system-libraries` followed by run `bundle config build.nokogiri --use-system-libraries` and try running `bundle install` again.
30+
2631
ZAT uses a gem called [ZAS](https://github.com/zendesk/zendesk_apps_support/). If you're developing ZAT, you'll probably want to edit code in ZAS too. To do so, you need to clone the ZAS repo and add the following line at the end of `Gemfile` in the ZAT project:
2732

2833
`gem 'zendesk_apps_support', path: '../zendesk_apps_support'`

0 commit comments

Comments
 (0)