From 70d2632727467940445f6452e113f322ca32dfa0 Mon Sep 17 00:00:00 2001 From: snomos Date: Tue, 10 Dec 2024 08:14:06 +0000 Subject: [PATCH] deploy: a18d5be0c558dd69152f6e2db9146925947a246f --- infra/HowToAddANewLanguage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/HowToAddANewLanguage.md b/infra/HowToAddANewLanguage.md index aaff908..95920eb 100644 --- a/infra/HowToAddANewLanguage.md +++ b/infra/HowToAddANewLanguage.md @@ -51,6 +51,7 @@ Notes: - Use option `--clone` if the language repo is created in another dir than the existing language repositories. - Use option `-u`/`--use-https` to use the `https` protocol instead of `ssh` +- skip the `-p`/`--public` option if you want the repo to be private The `-d` option should point to the **_parent_** dir of the target — it makes it possible to add multiple language repos at a time, assuming they are all located within the same parent directory. The `--clone` option makes sure that the new repo/s is/are directly cloned and made part of the local GiellaLT repos. The regex is presently required, but will probably be made optional.