Skip to content

Commit 4ce5916

Browse files
committed
feat: improve README
1 parent 896a19b commit 4ce5916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# targd
2-
targd is multistage build optimizer.
2+
targd is multistage build helper. targd outputs dependent stage of the specified target stage. (includes target stage)
33

44
## Installation
55
```bash
@@ -19,8 +19,8 @@ $ targd -target test | docker build -f - .
1919
```
2020

2121
## Example
22-
Dockerfile
2322
```dockerfile
23+
# ./Dockerfile
2424
FROM alpine:3.8 as builder
2525
COPY ./depfile ./lockfile ./
2626
RUN install_cmd

0 commit comments

Comments
 (0)