diff --git a/Getting-Started..md b/Getting-Started..md new file mode 100644 index 0000000..0eca714 --- /dev/null +++ b/Getting-Started..md @@ -0,0 +1,25 @@ +# Getting Started + +Follow this guide to get up and running with our Proxmox scripts. + +## Prerequisites +Before you begin, ensure that you have: +- Proxmox Virtual Environment installed. +- Access to a terminal or SSH client. +- The necessary permissions to run scripts on your system. + +## Installation +1. Clone the repository to your server: + ```bash + git clone https://github.com/community-scripts/ProxmoxVE.git + ``` + +2. Navigate to the folder containing the scripts: + ```bash + cd ProxmoxVE + ``` + +3. Follow the installation guide in the respective script documentation. +For detailed instructions on specific scripts, please refer to the Installation and Setup section. + +