Skip to content

Commit

Permalink
Update README-BuildingHowTo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr authored Dec 15, 2024
1 parent 009328a commit 2a79ffb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README-BuildingHowTo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![LOGO](https://raw.githubusercontent.com/Mindty-Kollektiv/tdme2/master/resources/github/tdme2-logo.png)
![LOGO](https://raw.githubusercontent.com/andreasdr/tdme2/master/resources/github/tdme2-logo.png)

# 1. How to build TDME2?

Expand Down Expand Up @@ -30,7 +30,7 @@ exit
### 1.1.2. Clone repository

```bash
git clone https://github.com/Mindty-Kollektiv/tdme2
git clone https://github.com/andreasdr/tdme2
cd tdme2
```

Expand Down Expand Up @@ -63,7 +63,7 @@ exit
### 1.2.2. Clone repository

```bash
git clone https://github.com/Mindty-Kollektiv/tdme2
git clone https://github.com/andreasdr/tdme2
cd tdme2
```

Expand Down Expand Up @@ -100,7 +100,7 @@ sudo apt-get install libvulkan-dev
### 1.3.2. Clone repository

```bash
git clone https://github.com/Mindty-Kollektiv/tdme2
git clone https://github.com/andreasdr/tdme2
cd tdme2
```

Expand All @@ -127,7 +127,7 @@ For Metal via Vulkan you need to install Vulkan SDK for MacOSX using the install
### 1.4.2. Clone repository

```bash
git clone https://github.com/Mindty-Kollektiv/tdme2
git clone https://github.com/andreasdr/tdme2
cd tdme2
```

Expand Down Expand Up @@ -171,7 +171,7 @@ pacman -S mingw-w64-x86_64-vulkan-loader
### 1.5.2. Clone repository

```bash
git clone https://github.com/Mindty-Kollektiv/tdme2
git clone https://github.com/andreasdr/tdme2
cd tdme2
```

Expand All @@ -194,8 +194,8 @@ Be aware that the makefile uses the default installation paths for libraries and

### 1.6.2. Download or clone repository

Use a GIT client with the following URL: https://github.com/Mindty-Kollektiv/tdme2 and clone to a folder into your home folder like "tdme2" OR
send your browser to "https://github.com/Mindty-Kollektiv/tdme2" and click "Clone or download/Download ZIP" and extract ZIP somewhere in your home folder, e.g. "tdme2".
Use a GIT client with the following URL: https://github.com/andreasdr/tdme2 and clone to a folder into your home folder like "tdme2" OR
send your browser to "https://github.com/andreasdr/tdme2" and click "Clone or download/Download ZIP" and extract ZIP somewhere in your home folder, e.g. "tdme2".

### 1.6.3. Build

Expand Down

0 comments on commit 2a79ffb

Please sign in to comment.