- Visit the Auto GitHub Releases Page and download the latest version of
auto.exe
.
- Create a new folder named
Auto
inC:\Program Files
(if not already created). - Inside
C:\Program Files\Auto
, create another folder calledbin
(if not already created). - Move the
auto.exe
file you downloaded into thebin
folder.
- Open the Start Menu and search for Environment Variables.
- In the System Properties window, click on Environment Variables.
- In the System variables section, find and select the Path variable, then click Edit.
- Click New and paste the following path:
C:\Program Files\Auto\bin
- Click OK to save your changes and close all windows.
- Open Command Prompt and type the following:
auto --version
- If
auto
is correctly installed and available in your system path, you should see the version number displayed.- If no error is shown and the version number appears, the installation was successful.
- If you see an error like
"auto is not recognized as an internal or external command"
, it meansauto
is either not installed or not added to the system path properly.
You should now have auto
installed and ready for use! If you have any issues, feel free to ask for further assistance.