diff options
author | Max Bruckner <max@maxbruckner.de> | 2015-12-31 00:28:22 +0100 |
---|---|---|
committer | Max Bruckner <max@maxbruckner.de> | 2015-12-31 00:35:21 +0100 |
commit | eb1d530444da1ab70affb21d311464706f1992d6 (patch) | |
tree | eb90d7de313afbcc0eeba55ce40c6ad3c823da9c | |
parent | 7852514c2cde208da87b62777b2c5e482092f50d (diff) | |
download | icestorm-eb1d530444da1ab70affb21d311464706f1992d6.tar.gz icestorm-eb1d530444da1ab70affb21d311464706f1992d6.tar.bz2 icestorm-eb1d530444da1ab70affb21d311464706f1992d6.zip |
website: add installation instructions for archlinux
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index c10d105..337673e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,6 +77,10 @@ sudo apt-get install build-essential clang bison flex libreadline-dev \ </pre> <p> +If you are an Archlinux user, just install <a href="https://aur.archlinux.org/packages/icestorm-git/">icestorm-git</a>, <a href="https://aur.archlinux.org/packages/arachne-pnr-git/">arachne-pnr-git</a> and <a href="https://aur.archlinux.org/packages/yosys-git/">yosys-git</a> from the Arch User Repository (no need for the following installation steps). +</p> + +<p> Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog): </p> |