From ebc3d23390b8b7514e1de719357b1cb797cb48a9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:23:49 +0100 Subject: [PATCH] Destroyed Getting Started (markdown) --- Getting-Started.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Getting-Started.md diff --git a/Getting-Started.md b/Getting-Started.md deleted file mode 100644 index f4df4e5..0000000 --- a/Getting-Started.md +++ /dev/null @@ -1,33 +0,0 @@ -# Getting Started with Community Scripts - -This guide will help you set up your local environment to use and contribute to the community-scripts project. - -## Prerequisites: -Before getting started, make sure you have the following tools installed: -- **Git**: For cloning the repository and managing branches. -- **Bash**: Most scripts in this repository are written in Bash. -- **curl**: Required for some installation and update scripts. -- **Proxmox VE**: These scripts are intended for use in Proxmox environments. - -## Setting Up the Repository: -1. Clone the repository to your local machine: - ```bash - git clone https://github.com/community-scripts/ProxmoxVE.git - cd ProxmoxVE - ``` - -2. Install any required dependencies (for local development): - ```bash - bash install_dependencies.sh - ``` - -3. Review the structure of the repository. Pay particular attention to the following directories: - - **/scripts**: Contains the main automation scripts. - - **/docs**: Documentation for setup, contribution, and usage. - - **/templates**: Template scripts for creating new scripts. - -## Running a Sample Script: -To run a sample script, navigate to the `scripts` directory and execute one of the available installation scripts: -```bash -cd scripts -bash install_example_script.sh