Skip to content

Commit 4d945cb

Browse files
committed
fixing up the readme
1 parent e9cd8a1 commit 4d945cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
Example for a blog post about nginx docker compose
44

55
## Prerequisites
6-
- Github token with these repos in scope.
6+
- Github token with these repos in scope. `GH_TOKEN`
7+
- `docker`
8+
- `docker compose`
9+
- `git`
710

811
## Setup
912
Set your environment variables & initialize submodules
@@ -26,7 +29,7 @@ To run this you will execute one of the following commands depending on your bui
2629
To build from local directories, run:
2730

2831
```bash
29-
./build_local.sh
32+
./bin/build_local.sh
3033
```
3134

3235
This setup allows for hot-swapping of code. Any changes made in the `repo_refs` directories will be immediately reflected in the running containers, allowing developers to see their changes in real-time via the nginx server.
@@ -36,7 +39,7 @@ This setup allows for hot-swapping of code. Any changes made in the `repo_refs`
3639
To build from GitHub repositories, run:
3740

3841
```bash
39-
./build_github.sh
42+
./bin/build_github.sh
4043
```
4144

4245
The GitHub build process is isolated from the local development environment, ensuring a clean and isolated build environment. This prevents any potential conflicts with local volumes.

0 commit comments

Comments
 (0)