From baac92a49f560c61ab685941e0e8a0df6412dba1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:31:30 +0100 Subject: [PATCH] Created Getting Started. (markdown) --- Getting-Started..md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Getting-Started..md 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. + +