From 1e9e9cf3c60e469d1f6c091b345f7e097d07d7b9 Mon Sep 17 00:00:00 2001 From: MultiOSDev <81823905+MultiOSDev@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:31:19 -0700 Subject: [PATCH] Update compile-linux.md --- compile-linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compile-linux.md b/compile-linux.md index 8436782..a080a11 100644 --- a/compile-linux.md +++ b/compile-linux.md @@ -1,21 +1,21 @@ ====================================== To compile, you need: -Linux OS with python fully setup (pip if you dont have the modules needed) +Linux OS with python and pip installed and fully functional Brain, Hands, -bash, zsh, whatever shell you use +a functioning shell ====================================== -If you do not have the pyinstaller, install with the command: +If you do not have the pyinstaller, install it with the command: `pip install pyinstaller` Once pyinstaller is ready, download the source with either `gh repo clone EverestWorks/EverTerm` (Alert me if it doesn't work)! -If GH not installed, go to https://cli.github.com +If GH is not installed, go to https://cli.github.com ======================================