Skip to content

Commit

Permalink
mention the php-json requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
globau committed Feb 28, 2019
1 parent d07e9be commit 1da134f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arcanist-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ if you use Ubuntu:
sudo apt-get install php php-curl git
Note Arcanist requires the ``ext-curl`` PHP extension, which is provied by
the ``php-curl`` package on Ubuntu.
Note Arcanist requires the ``ext-curl`` and other PHP extensions which may not be
enabled by default on your Linux distro. For example Ubuntu requires that you
install the ``php-curl`` package, while Fedora also require the ``php-json``package.
Install Arcanist
Expand Down

0 comments on commit 1da134f

Please sign in to comment.