-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Welcome to the Aurora Chatbot project! This guide will help you install Aurora on various platforms.
Follow the platform-specific instructions below to install Aurora.
To install Aurora on Windows, follow these steps:
-
Open Command Prompt as an administrator. You can do this by pressing
Win + X
and selecting "Windows Terminal (Admin)" or "Command Prompt (Admin)." -
In the Command Prompt window, run the following command:
curl -s -o %userprofile%\install_aurora.bat https://gist.githubusercontent.com/Ajayos/52fb83e2a5f7b7cdf81b31007af23e3f/raw/windows && powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/k %userprofile%\install_aurora.bat'"
This command will download and execute a script to install Aurora.
Once the script completes, aurora will be installed on your Windows system.
That's it! You've successfully installed aurora on Windows. You can now use the chatbot by running aurora in your Command Prompt or Windows Terminal.
To install Aurora on Linux, follow these steps:
-
Open a terminal.
-
Run the following command to download and install Aurora:
curl -s -o temp_aurora.sh https://gist.githubusercontent.com/Ajayos/52fb83e2a5f7b7cdf81b31007af23e3f/raw/linux.sh && sudo bash temp_aurora.sh && rm temp_aurora.sh
This command will download and execute a script to install Aurora.
-
Once the script completes, Aurora will be installed on your Linux system.
That's it! You've successfully installed Aurora on Linux. You can now use the chatbot by running Aurora in your terminal.
Thank you for checking out Aurora! We hope you enjoy using it as much as we enjoyed creating it.