From 684ac540f1a1f60b830e32841cbbfd7d3d5ade97 Mon Sep 17 00:00:00 2001 From: DrSheppard <60893791+Drsheppard01@users.noreply.github.com> Date: Tue, 23 May 2023 17:44:59 +0300 Subject: [PATCH 1/2] keep it simple --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe3f3b..7e9b3b9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ ./conty.sh command command_arguments ## Usage Either download a ready-to-use release from the [**releases**](https://github.com/Kron4ek/Conty/releases) page or create your -own (the instructions are [below](https://github.com/Kron4ek/Conty#how-to-create-your-own-conty-executables)). Make it executable (via `chmod` or other ways) before running. +own (the instructions are [below](#how-to-create-your-own-conty-executables)). Make it executable (via `chmod` or other ways) before running. ``` $ chmod +x conty.sh From b0d36e3d21607a46d2433888030ef20f862dd857 Mon Sep 17 00:00:00 2001 From: DrSheppard <60893791+Drsheppard01@users.noreply.github.com> Date: Tue, 23 May 2023 17:46:53 +0300 Subject: [PATCH 2/2] keep it simple --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e9b3b9..e9a4064 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ As for prefix management, it's the same as with any other Wine build, the contai $ ./conty.sh winetricks dxvk vkd3d ``` -As already mentioned in the [Usage](https://github.com/Kron4ek/Conty#usage) section, Windows applications can be launched like this: +As already mentioned in the [Usage](#usage) section, Windows applications can be launched like this: ``` $ ./conty.sh wine someapplication.exe