Skip to content

Commit 12b9c18

Browse files
committed
Starting to update readme
1 parent a21b51e commit 12b9c18

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
Example for a blog post about nginx docker compose
44

5+
## Prerequisites
6+
- Github token with these repos in scope.
7+
58
## Setup
9+
Set your environment variables & initialize submodules
10+
```bash
11+
cp .env.sample .env
12+
source .env
13+
14+
git submodule sync
15+
git submodule update --init --recursive
16+
```
17+
18+
19+
20+
## Build the Environments
621

722
To run this you will execute one of the following commands depending on your build source:
823

0 commit comments

Comments
 (0)