1
0
mirror of https://github.com/go-task/task.git synced 2025-02-11 13:53:03 +02:00

README: few fixes

This commit is contained in:
Andrey Nering 2017-03-12 18:04:44 -03:00
parent 94c33668bd
commit 608d65f2b7

View File

@ -42,7 +42,7 @@ task assets build
If Bash is available (Linux and Windows while on Git Bash), the commands will
run in Bash, otherwise will fallback to `cmd` (on Windows).
If you ommit a task name a name of default will be assumed.
If you ommit a task name, "default" will be assumed.
### Environment
You can specify environment variables that are added when running a command:
@ -57,7 +57,8 @@ build:
### OS specific task support
If you add a `Taskfile_{{GOOS}}` you can override or amend your taskfile based on the op;erating system.
If you add a `Taskfile_{{GOOS}}` you can override or amend your taskfile based
on the operating system.
Example: