From 8be7757ca169afb9d014a5ad2d470c781e094dae Mon Sep 17 00:00:00 2001 From: Ben Cumming <louncharf@gmail.com> Date: Wed, 27 Sep 2017 15:49:43 +0200 Subject: [PATCH] Update readme with arbor web links (#361) Update README.md to use badge from updated Travis CI page, and updated references to the old nestmc-proto repository. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3fe5a1d..aedf199a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# NestMC Prototype [](https://travis-ci.org/eth-cscs/nestmc-proto) +# Arbor Library [](https://travis-ci.org/eth-cscs/arbor) -This is the repository for the NestMC prototype code. Unfortunately we do not have thorough documentation of how-to guides. +This is the repository for the Arbor library. Unfortunately we do not have thorough documentation of how-to guides. Below are some guides for how to build the project and run the miniapp. Contact us or submit a ticket if you have any questions or want help. -https://github.com/eth-cscs/nestmc-proto +https://github.com/eth-cscs/arbor 1. Basic installation 2. MPI @@ -16,8 +16,8 @@ https://github.com/eth-cscs/nestmc-proto ## Basic installation ```bash # clone repository -git clone git@github.com:eth-cscs/nestmc-proto.git -cd nestmc-proto/ +git clone git@github.com:eth-cscs/arbor.git +cd arbor/ # setup environment # on a desktop system this is probably not required @@ -127,8 +127,8 @@ which modcc ```bash # clone the repository and set up the submodules -git clone https://github.com/eth-cscs/nestmc-proto.git -cd nestmc-proto +git clone https://github.com/eth-cscs/arbor.git +cd arbor # make a path for out of source build mkdir build_knl -- GitLab