1
0
mirror of https://github.com/go-task/task.git synced 2025-05-27 23:08:16 +02:00
Eugene Zhukov b7112e02db
Update curl arguments in installation.md
Double -s argument does not make sense according to curl manual page.
-s stands for silent, while -S (capital S) stands for showing the error.
When used in combination, curl shows an error message if it fails, but disables progress meter.

Finally, in the end of sh command there is -d, which stands for debug and contradicts -sS curl arguments.
I suggest to remove curl silencers all together, because more debug is better in CIs. I also suggest to use --location instead of -L for clarity.
2020-11-17 10:02:06 +02:00
2020-09-06 14:33:28 -03:00
2017-02-26 20:14:36 -03:00
2019-09-07 14:46:46 -03:00
2020-10-12 21:16:09 -03:00
2020-08-16 21:05:52 -03:00
2020-08-16 21:05:52 -03:00
2017-02-28 09:15:25 -03:00
2020-09-06 14:33:28 -03:00
2020-08-16 15:46:22 -03:00

Test GoReleaser GitHub All Releases

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

See taskfile.dev for the documentation.

Description
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 44 MiB
Languages
Go 90.9%
Shell 5.2%
TypeScript 1.5%
CSS 1%
JavaScript 1%
Other 0.4%