Fix typo in README.md
This commit is contained in:
@@ -26,7 +26,7 @@ $ make
|
|||||||
```bash
|
```bash
|
||||||
$ docker build -f dockerfiles/Dockerfile.alpine . -t latex-common
|
$ docker build -f dockerfiles/Dockerfile.alpine . -t latex-common
|
||||||
```
|
```
|
||||||
2. Build example
|
2. Build examples
|
||||||
```bash
|
```bash
|
||||||
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` latex-common make
|
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` latex-common make
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user