You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ DevOps-OS is an open-source DevOps automation platform that scaffolds production
78
78
- Docker *(for the dev container)*
79
79
- VS Code + [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)*(optional)*
80
80
81
+
---
82
+
81
83
### 1 — Clone & install
82
84
83
85
```bash
@@ -92,6 +94,8 @@ source .venv/bin/activate # macOS / Linux
92
94
pip install -r cli/requirements.txt
93
95
```
94
96
97
+
---
98
+
95
99
### 2 — Learn the Process-First philosophy *(recommended first step)*
96
100
97
101
DevOps-OS is built on the **Process-First** SDLC philosophy from [cloudenginelabs.io](https://cloudenginelabs.io). Run the `process-first` command to understand *why* each tool exists before you start using it:
0 commit comments