Skip to content

Commit 70bd74a

Browse files
committed
fixing readme
1 parent ffa9a0b commit 70bd74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ Example for a blog post about nginx docker compose
1212
Set your environment variables & initialize submodules
1313
```bash
1414
cp .env.sample .env
15+
echo "GH_TOKEN=<SuperSecretGithubToken>" > .env
1516
source .env
1617

1718
git submodule sync
1819
git submodule update --init --recursive
20+
21+
./bin/build_local.sh
1922
```
2023

2124

0 commit comments

Comments
 (0)