From 85f1418a9fc048a1e416acca5cb5bc0bd4dd6f97 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 2 Sep 2019 00:39:02 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7974c428..b08f1f52 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # NI \o/ - Neutrino-Images Buildsystem # -> Voraussetzung für die Nutzung des Buildsystems ist ein Bitbucket Account. -> Der Bitbucket Account muss einen SSH-Key hinterlegt haben. - ## Für die Einrichtung unter Debian sind folgende Pakete nötig ```bash apt-get install \ @@ -15,7 +12,7 @@ liblzo2-dev uuid-dev libssl-dev libcurl4-openssl-dev intltool ## 1) Buildsystem initialisieren ```bash - git clone https://github.com/neutrino-images/ni-buildsystem.git +git clone https://github.com/neutrino-images/ni-buildsystem.git cd ni-buildsystem ```