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/`.