From 62eb72e186defff9ed98bea707a283d890018108 Mon Sep 17 00:00:00 2001 From: Benedict Xavier wanyonyi <81157281+Benex254@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:23:45 +0300 Subject: [PATCH 1/2] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5376a50 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ + +# AniXStream + +This project was created as a gui solution to any and all anime cli's. Thus freeing the cli developer from worrying about making it look good and instead focus on functionality. + + + + +## Authors + +- [@Benex254](https://github.com/Benex254/aniXstream) + + +## Installation + +installing using the zip file + +Go to releases and download the zip file.Then unzip it and run the following commands in the same path as the unzipped foder: + +```bash + python -m venv .venv + +``` + From 54bea09efb6193e42cd1439325c04be3f06a8cb2 Mon Sep 17 00:00:00 2001 From: Benedict Xavier wanyonyi <81157281+Benex254@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:03:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 5376a50..762f269 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,4 @@ This project was created as a gui solution to any and all anime cli's. Thus free ## Installation - -installing using the zip file - -Go to releases and download the zip file.Then unzip it and run the following commands in the same path as the unzipped foder: - -```bash - python -m venv .venv - -``` - +For now you will have to clone the repo or if you are a windows user there is an installer in the releases, this is the link to download the installer [anixstream installer](https://github.com/Benex254/aniXstream/releases/download/v0.10.0/AniXStream.Installer.exe)