summaryrefslogtreecommitdiff
path: root/docs/windows_compile_instructions.md
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-06 16:15:26 -0800
committerLouie S <louie@example.com>2022-11-06 16:15:26 -0800
commit77c6ef13a0599fdb9966a3a7dc967e204b77c7d5 (patch)
tree3de913a5da9821ae3795e64ab5625042e569ea89 /docs/windows_compile_instructions.md
parentcdea6b0e8c1e51c9962f73e183a3bd72ed63b40f (diff)
parentfdbf1ddbd2f5bc29ee9ee9bca43a802044c58c04 (diff)
Merged from master
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r--docs/windows_compile_instructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md
index 8966263..21530fb 100644
--- a/docs/windows_compile_instructions.md
+++ b/docs/windows_compile_instructions.md
@@ -10,13 +10,13 @@ Compiling on Windows requires access to the MinGW toolchain. The easiest way to
4. `pacman -S git mingw-w64-x86_64-gcc mingw-w64-x86_64-ncurses make` to install necessary packages
-5. `git clone https://github.com/lshprung/tml` to clone the repository
+5. `git clone https://github.com/lshprung/terminal-media-launcher` to clone the repository
-6. `cd tml` to enter the repository
+6. `cd terminal-media-launcher` to enter the repository
7. `make` to compile
-If you did everything correctly, compilation should succeed. Open File Explorer in the current directory (can be done by running `explorer .` in MSYS2 terminal) and double click the generated executable (should be called tml.exe)
+If you did everything correctly, compilation should succeed. Open File Explorer in the current directory (can be done by running `explorer .` in MSYS2 terminal) and double click the generated executable (should be called terminal-media-launcher.exe)
## Resolving Missing .dll Files