From 425ab89573aa7ec15e3afa64b02fe9e87a4cc7d0 Mon Sep 17 00:00:00 2001 From: Jonathan Klimt Date: Thu, 22 Oct 2020 01:11:00 +0200 Subject: [PATCH] Fixed incorrect repository name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58d7a530e..9b26204ca 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ such as: To build HermitCore from source (without compiler), the repository with its submodules has to be cloned. ```bash -$ git clone git@github.com:hermitcore/libhermit.git +$ git clone git@github.com:hermitcore/libhermit.git HermitCore $ cd HermitCore $ git submodule init $ git submodule update