From 61932eee4f274f74504e6fd91d2c0a63cf170d4a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:34:06 +0100 Subject: [PATCH] Destroyed Getting Started. (markdown) --- Getting-Started..md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Getting-Started..md diff --git a/Getting-Started..md b/Getting-Started..md deleted file mode 100644 index 0eca714..0000000 --- a/Getting-Started..md +++ /dev/null @@ -1,25 +0,0 @@ -# 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. - -