# teo-development-setup **Repository Path**: teocloud/teo-development-setup ## Basic Information - **Project Name**: teo-development-setup - **Description**: Setup script for Teo development - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-16 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Teo development setup ===================== Script for setup Teo development environment. ## Setup Clone repositories. ### GitHub source ```sh bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh) ``` ```sh bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh) ``` ### Gitee source (for China users) ```sh bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh) ``` ```sh bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh) ``` ## Update Update repositories and make origin up-to-date with upstream if exists. ### GitHub source ```sh bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh) ``` ```sh bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh) ``` ### Gitee source (for China users) ```sh bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh) ``` ```sh bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh) ```