From d00e42a4cd5852b02c19facb9dac2453a5a5420f Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 14 Dec 2021 13:26:45 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a39aea0..07a9df7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # LinuxCommandAliasEditor This program helps you to create and edit command aliases on Linux (ubuntu based distros) + +# How to use +1. Download the most recent verson of the python file +2. Open a terminal and locate your Download directory ( if Downloaded in the default downlaods folder type: 'cd ~/Downloads' +3. type 'python3 --version' to check if python is installed (install python if not already installed) +4. type 'python3 [name_of_python-file] (example: 'python3 command_alias-editor_v1.0' +5. The program should be executed. Follow all further instructions shown in the terminal +6. Dont forget to execute 'source ~/.bashrc' at the end (when the program tells you to)