From f077f23454bd9255acf7f685a2b2a87234401b75 Mon Sep 17 00:00:00 2001 From: Robinson Arysseril <72635727+death7654@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:43:00 +0530 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cbeb12c..8bf9207 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,20 @@
1. Install Coolstar's EC Driver
``` @@ -48,7 +48,20 @@ https://raw.githubusercontent.com/coolstar/driverinstallers/master/crosec/crosec3. Install this app.
- + +1. Mark Appimage as Executeable
+ +``` +chmod a+x appImageName.appimage +``` + +2. Run the Appimage
+ +``` +./appImageName.appimage +``` +