From 43233c2b153893ee40a5d74dcd64febe86594ab2 Mon Sep 17 00:00:00 2001 From: skynettx <83710055+skynettx@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:54:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2333cd0..967a0d5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ When you have set the PATH variable for mingw32 or mingw64 `set PATH=C:\mingw\bi ### Linux Please remember to install the required dependencies lib-sdl2 32 bit and or 64 bit. In some distros there is an extra libsdl2-dev 32 bit or 64 bit package like Debian or Ubuntu. You can use the projectfile for CodeBlocks under `gcc\`. -Otherwise you can use the makefile by simply type in `make` in `makelinuxx86\` or `makelinuxx64\ folder in the repository. +Otherwise you can use the makefile by simply type in `make` in `makelinuxx86\` or `makelinuxx64\` folder in the repository. ## Install @@ -28,4 +28,4 @@ directory. Install lib-sdl2 32 bit and or 64 bit from the packagemanager of your respective distro. ## Thanks -Special thanks for libtextscreen to all contributors from chocolate-doom project. \ No newline at end of file +Special thanks for libtextscreen to all contributors from chocolate-doom project.