Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Draconomial authored Dec 3, 2023
1 parent e9149c1 commit f049e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Combat Extended Auto-Installer/Updater/Builder

To run this batch script, ensure you have the following requirements:

Windows Operating System: The batch script is designed to run on Windows.

Batch Script Interpreter: The script requires the Windows Command Prompt (cmd.exe) to execute.

The following is checked for and installed if it is missing:

Git: The script uses Git commands for fetching, pulling, and cloning repositories. Ensure Git is installed and added to your system's PATH environment variable so that the git command can be executed from the command line.

dotnet SDK: The script uses the dotnet command to build the .sln files. Ensure the .NET SDK is installed on your system.

Additionally, ensure you have appropriate permissions to execute scripts and access the required directories.
Expand Down

0 comments on commit f049e54

Please sign in to comment.