From 837fce43ab7675df4386e39c876b08153f9cd37a Mon Sep 17 00:00:00 2001 From: Ben Cumming <bcumming@cscs.ch> Date: Wed, 24 Aug 2016 11:29:35 +0200 Subject: [PATCH] update README with KNL build instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e1dda7..72d6a2de 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,13 @@ cd build_knl ```bash # clone the repo and set up the submodules -git clone TODO +git clone https://github.com/bcumming/cell_algorithms.git cd cell_algorithms + +# checkout the knl branch +git checkout knl + +# setup submodules git submodule init git submodule update -- GitLab