From 25475e801329f281a9ab5f382ea27d16c7ac2466 Mon Sep 17 00:00:00 2001 From: Timerix Date: Mon, 21 Apr 2025 16:50:22 +0500 Subject: [PATCH] fixed git repo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16fdfe..b560110 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A game engine or something, idk. ## Installation 1. Clone the repository. ```sh -git clone --recurse-submodules https://timerix.ddns.net:3322/Timerix/ougge.git +git clone --recurse-submodules https://timerix.ddns.net/git/Timerix/ougge.git ``` -2. Install [cbuild](https://timerix.ddns.net:3322/Timerix/cbuild.git). +2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild). 3. Install [SDL2](https://github.com/libsdl-org/SDL) and [SDL2_image](https://github.com/libsdl-org/SDL_image). - On **Linux** install shared libraries from a package manager or compile them from source. - On **Windows** download pre-built dll's from github releases and put them into `dependencies/precompiled/`.