Skip to content

Commit 1957faa

Browse files
committed
Fix the goto in README.md
1 parent 51fcb3b commit 1957faa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get rid of all those dev specific shell scripts and make files.
2525
* [docker-compose-nodejs](./examples/docker-compose-nodejs/README.md)
2626
* [docker-swarm-php](./examples/docker-swarm-php/README.md)
2727
* [Installation](#installation)
28-
* [Convinience](#convinience)
28+
* [Convenience](#convenience)
2929
* [Bash alias](#bash-alias)
3030
* [Tab completion](#tab-completion)
3131
* [Quirks](#quirks)
@@ -79,14 +79,17 @@ curl -L https://github.com/firecow/gitlab-ci-local/releases/latest/download/win.
7979
## Convenience
8080

8181
### Dot Env file
82+
8283
Add a `.gitlab-ci-local-env` file to the current working directory
84+
8385
```
8486
# Overrides .gitlab-ci.yml as the default git ci/cd file
8587
FILE=doctor-strange.yml # --file
8688
8789
# Always runs needed jobs, when gitlab-ci-local <job-name> is called
8890
NEEDS=true # --needs
8991
```
92+
9093
All cli options can be assigned default values this way
9194

9295
### Bash alias
@@ -177,6 +180,8 @@ Docker executor copies artifacts to and from .gitlab-ci-local/artifacts
177180

178181
## Development
179182

183+
You need nodejs 14+
184+
180185
### Scripts
181186

182187
```bash

0 commit comments

Comments
 (0)