From a409f1de3165e7da2054238feb56a8208a24dd10 Mon Sep 17 00:00:00 2001 From: Leon De Andrade Date: Fri, 11 Aug 2023 15:07:48 +0200 Subject: [PATCH] Remove old reference to azure --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c03e55e..4a2dd07 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ First clone the project (ssh recommended) and in case of ssh add some replacemen git config --global url."git@github.com:".insteadOf "https://github.com/" ``` -Note: The Options of Azure DevOps are limited because of [different naming schemas](https://developercommunity.visualstudio.com/t/relative-paths-arent-consistent-for-submodules/359305). Thus, relative urls or general naming replacements for submodules don't work. - Then initialize all submodules recursively: ```bash git submodule update --init --recursive