Fix typo in README.md
This commit is contained in:
parent
5a3c14aeb3
commit
a33f9d9834
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user