README: add migen installation to quick start guide
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 1 Mar 2018 09:15:43 +0000 (10:15 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 1 Mar 2018 09:15:43 +0000 (10:15 +0100)
README

diff --git a/README b/README
index 936e349669fe9d4db21077ad6b061fa6168df68c..02fdb5f59ff9d52dbd1328129d56f21d6346b71e 100644 (file)
--- a/README
+++ b/README
@@ -70,7 +70,8 @@ Migen documentation can be found here: https://m-labs.hk/migen/manual
 0. If cloned from Git without the --recursive option, get the submodules:
   git submodule update --init
 
-1. Install Python 3.5+, FPGA vendor's development tools and JTAG tools.
+1. Install Python 3.5, Migen and FPGA vendor's development tools.
+   Get Migen from: https://github.com/m-labs/migen
 
 2. Compile and install binutils. Take the latest version from GNU.
   mkdir build && cd build