diff options
author | chriseth <chris@ethereum.org> | 2017-02-07 18:12:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 18:12:12 +0800 |
commit | 48f0da16b7cf820b276b97bbc41bf5daef201de5 (patch) | |
tree | e27b37f2de6f755300258b08f7b798d10cf510ae | |
parent | 3cbdafcfe947eafef7b8f6bbafd06f769261ae28 (diff) | |
parent | 82a512fb2f81d776dead0c595677415b9fc4fa3f (diff) | |
download | dexon-solidity-48f0da16b7cf820b276b97bbc41bf5daef201de5.tar.gz dexon-solidity-48f0da16b7cf820b276b97bbc41bf5daef201de5.tar.zst dexon-solidity-48f0da16b7cf820b276b97bbc41bf5daef201de5.zip |
Merge pull request #1659 from ethereum/docs-archlinux
Add archlinux installation instructions
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 44a2d45f..42905ede 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -83,6 +83,12 @@ If you want to use the cutting edge developer version: sudo apt-get update sudo apt-get install solc +Arch Linux also has packages, albeit limited to the latest development version: + +.. code:: bash + + pacman -S solidity-git + Homebrew is missing pre-built bottles at the time of writing, following a Jenkins to TravisCI migration, but Homebrew should still work just fine as a means to build-from-source. |