diff options
author | Robert Edström <robert.edstrom@gmail.com> | 2017-08-27 19:36:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 19:36:41 +0800 |
commit | 5e73ea7fbcda336db9968271c259cca8adbb9cba (patch) | |
tree | b067497b6f8bd53520e9e4ea50e2e022952f8826 /docs | |
parent | 2b3a49f702579cfa78d7cfa90600894a31f55e9e (diff) | |
download | dexon-solidity-5e73ea7fbcda336db9968271c259cca8adbb9cba.tar.gz dexon-solidity-5e73ea7fbcda336db9968271c259cca8adbb9cba.tar.zst dexon-solidity-5e73ea7fbcda336db9968271c259cca8adbb9cba.zip |
Correct package name for installing solc on Arch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 782bb606..71607745 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -99,7 +99,7 @@ Arch Linux also has packages, albeit limited to the latest development version: .. code:: bash - pacman -S solidity-git + pacman -S solidity Homebrew is missing pre-built bottles at the time of writing, following a Jenkins to TravisCI migration, but Homebrew |