1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Fixed incorrect repository name in README

This commit is contained in:
Jonathan Klimt 2020-10-22 01:11:00 +02:00 committed by GitHub
parent 7977ae3910
commit 425ab89573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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