Created Getting Started. (markdown)

CanbiZ 2024-12-06 13:31:30 +01:00
parent b127a86c19
commit baac92a49f

25
Getting-Started..md Normal file

@ -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.