diff --git a/README.md b/README.md index bfa1a39e..24f7bb5c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ Documenting the Xilinx 7-series bit-stream format. Quickstart Guide: ----------------- +Pull submodules: + git submodule update --init --recursive + Install CMake and build the C++ tools: sudo apt-get install cmake3 + mkdir build pushd build cmake .. make