From cbfa06486d65ebaecba0d6003e0a368567e200ba Mon Sep 17 00:00:00 2001 From: kosmik641 Date: Tue, 4 Nov 2025 04:41:42 +0300 Subject: [PATCH] Update ReadMe --- ReadMe.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 865b2e4..4c63538 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,8 +1,16 @@ -Репозиторий обновления Metrostroi Subway Simulator 2025 - - -Licensing +Metrostroi Subway Simulator 2025 ================================================================================ + +## Licensing ### Models and materials All models, materials and sounds belong to their corresponding authors. Used with permission for purposes of prototyping a subway train simulator inside Garry's-Mod only. + + +## Workaround for `This repository exceeded its LFS budget` +```bash +git config lfs.url https://git.metrostroi.net/metrostroi-repo/MetrostroiAddon.git/info/lfs +git lfs fetch +git reset --hard +``` +**Warning:** This will discard all your local changes in the working copy and the index! \ No newline at end of file