remove lines
This commit is contained in:
parent
3c413ff5c9
commit
19881aa83a
1 changed files with 1 additions and 6 deletions
|
|
@ -7,6 +7,7 @@ # Contributing
|
|||
|
||||
## Code Contribution
|
||||
|
||||
|
||||
## 1. Setup your development environment
|
||||
|
||||
Follow the steps below for your operating system:
|
||||
|
|
@ -42,7 +43,6 @@ ### Linux
|
|||
2. Install Spin:
|
||||
Follow the instructions to install Spin on Linux from the [Spin documentation](https://serversideup.net/open-source/spin/docs/installation/install-linux)
|
||||
|
||||
---
|
||||
|
||||
## 2. Verify Installation
|
||||
|
||||
|
|
@ -56,7 +56,6 @@ ## 2. Verify Installation
|
|||
```
|
||||
You should see version information for both Docker and Spin.
|
||||
|
||||
---
|
||||
|
||||
## 3. Fork/Clone the Coolify Repository and Setup your Development Environment
|
||||
|
||||
|
|
@ -81,7 +80,6 @@ ## 3. Fork/Clone the Coolify Repository and Setup your Development Environment
|
|||
|
||||
4. Open the cloned Coolify Repository in your chosen code editor.
|
||||
|
||||
---
|
||||
|
||||
## 4. Set up Environment Variables
|
||||
|
||||
|
|
@ -96,7 +94,6 @@ ## 4. Set up Environment Variables
|
|||
|
||||
3. Review and adjust other environment variables as needed for your development setup.
|
||||
|
||||
---
|
||||
|
||||
## 5. Start & Setup Coolify
|
||||
|
||||
|
|
@ -113,7 +110,6 @@ ## 5. Start & Setup Coolify
|
|||
sudo spin up
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 6. Start Development
|
||||
|
||||
|
|
@ -132,7 +128,6 @@ ## 6. Start Development
|
|||
TELESCOPE_ENABLED=true
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 7. Contributing a New Service
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue