From 15a68a55d91f08cb636f2282abb94bbc0470ce4a Mon Sep 17 00:00:00 2001 From: Flavio Fois Date: Sat, 9 May 2026 22:01:39 +0200 Subject: [PATCH] Add ALCOM VPM repositories and setup instructions Introduces `repositories.txt` to define external VPM repositories required by the project. Updates the README with guidance for ALCOM users on importing these repositories and the importance of exporting the file before pushing changes to ensure proper dependency management. --- README.md | 6 ++++++ repositories.txt | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 repositories.txt diff --git a/README.md b/README.md index bfcb715..550edaa 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,9 @@ Then, configure LFS for your repository. ```bash git config lfs.https://git.example.org/user/repo.git/info/lfs.locksverify true ``` + +## (ALCOM only) Export the repositories text file +When you git clone this repo, it won't include any packages required by the manifest. +This is by design, so we need to install them via ALCOM, but we first need to import any necessary repositories. + +So its **highly recommended** to export the repositories text file before pushing any changes. diff --git a/repositories.txt b/repositories.txt new file mode 100644 index 0000000..5fb9018 --- /dev/null +++ b/repositories.txt @@ -0,0 +1,2 @@ +https://poiyomi.github.io/vpm/index.json +https://vcc.vrcfury.com/