Skip to content

Commit 8a2d83a

Browse files
authored
Update README.md
1 parent b3a0f13 commit 8a2d83a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ NOTE: This tool has nothing to do with hot-deploy for production.
1919
## Features
2020

2121
* Colorful log output
22-
* Customize build or binary command
22+
* Customize build or
23+
24+
25+
26+
27+
ary command
2328
* Support excluding subdirectories
2429
* Allow watching new directories after Air started
2530
* Better building process
@@ -29,7 +34,7 @@ Support air config fields as arguments:
2934

3035
if you just want to config build command and run command, you can use like following command without config file:
3136

32-
`air --build.cmd "go build -o bin/api cmd/run.go" --build.bin "./api"`
37+
`air --build.cmd "go build -o bin/api cmd/run.go" --build.bin "./bin/api"`
3338

3439

3540

0 commit comments

Comments
 (0)