Andrey Nering
95359760ae
Documentation: go get is actually supported
...
Closes #395
2020-12-26 15:06:39 -03: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
sheldonhull
75727c3d68
fix: improve curl command install
...
- works on macOS
- works in Linux (tested in docker container)
2020-10-16 18:12:26 -05:00
sheldonhull
6c625b3359
fix: typo on curl install comment
...
fix from url to curl
2020-10-14 22:30:19 -05:00
sheldonhull
71b7d062d5
feat: improve installation script documentation for shell installs
...
- The default didn't work well for me out of the gate.
- This is the modified version to support passing in the arguments easily as well as an example for installing to `/usr/local/bin` for using in Codespaces or equivalent development workflow.
2020-10-07 14:57:25 -05:00
Andrey Nering
ce4ac97269
Documentation updates
2020-09-06 14:33:28 -03:00
Andrey Nering
1bdf7e3192
v3: Post-release improvements to the documentation
...
Closes #367
2020-08-24 21:43:08 -03:00
Jonas Galvão Xavier
87f11491d9
typo and grammar fixes
2020-08-22 13:33:04 -07:00
Andrey Nering
7652d7889b
Some documentation improvements after the release of v3
...
Thanks @marco-m
2020-08-17 09:46:55 -03:00
Andrey Nering
c5566b3e94
Update version in the home page
2020-08-16 22:01:49 -03:00
Andrey Nering
30cbf02bff
Update documentation to reflect the new default "method"
2020-08-16 21:59:42 -03:00
Andrey Nering
9e4e9b4f1a
Doc: Update "Taskfile versions" documentation
2020-08-16 21:56:21 -03:00
Andrey Nering
6f290f28b6
On documentation: version: '2' -> version: '3'
2020-08-16 21:34:33 -03:00
Andrey Nering
6ff3c9015b
On v3, treat all CLI variables as global variables
...
Closes #336
Ref #341
Co-authored-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2020-08-16 21:27:11 -03:00
Andrey Nering
3edf124f96
Merge pull request #220 from go-task/v3
...
v3 base branch
2020-08-16 15:54:20 -03:00
Andrey Nering
eab14b6c49
Some improvements to #356
2020-08-15 19:13:30 -03:00
Chris Garrett
8b962fb8e8
#324 implement dotenv
2020-08-03 16:18:38 -06:00
Arnold
e6b543c15e
Fix some typos in the documentation
2020-07-07 16:25:27 +09:00
Andrey Nering
8137517d93
Merge branch 'master' into v3
2020-06-14 17:13:46 -03:00
Andrey Nering
572f6a7fab
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
Andrey Nering
bf64259af3
taskfile.dev: Add note about parallel deps
...
Reference: #331
2020-05-23 14:13:15 -03:00
Andrey Nering
6141ba84ce
taskfile.dev: Switch completely from unpkg.com to jsdelivr.net
2020-05-23 14:00:38 -03:00
Andrey Nering
329902f0db
taskfile.dev: Improve the installation page by using tabs
2020-05-23 13:46:03 -03:00
Andrey Nering
bfcaa7a443
taskfile.dev: Install Docsify Tabs plugin
2020-05-23 13:45:57 -03:00
Andrey Nering
45915bf0ed
taskfile.dev: Remove tracking stuff
2020-05-23 13:45:50 -03:00
Andrey Nering
59a00eae98
Merge branch 'master' into v3
2020-05-20 22:26:45 -03:00
Andrey Nering
f56bbd46fd
Fix typo
2020-05-18 13:16:50 -03:00
Andrey Nering
aee0ab05f4
Merge branch 'master' into v3
2020-05-16 10:28:00 -03:00
Chris Garrett
116879f7ea
Update docs to reflect change from Travis to GitHub
2020-05-03 14:58:02 -03:00
Andrey Nering
acfbbaa549
Merge branch 'master' into v3
2020-03-28 10:48:49 -03:00
Andrey Nering
3f80a3b39e
Improve documentation for included Taskfiles
...
Follow-up of #292
2020-02-16 11:21:06 -03:00
Andrey Nering
b2a56161bb
Make ./docs/Taskfile.yml run on ./docs
2020-02-16 11:20:53 -03:00
Egor Kovetskiy
94ac60fa09
docs/installation.md: fix typo for Git
...
Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
2020-02-10 11:45:27 +03:00
Egor Kovetskiy
22394def78
Add note about Arch Linux package
2020-01-25 15:44:55 +03:00
Andrey Nering
15338ecb18
Merge branch 'master' into v3
2019-12-07 22:04:16 -03:00
Andrey Nering
4bdfe64afb
Add hability silent all tasks
...
By add `silent: true` at the root of the Taskfile.
2019-12-07 21:44:09 -03:00
Andrey Nering
b7b752b92f
Allow shorter syntax for tasks with default configuration
...
Closes #194
Closes #240
Co-authored-by: Jaedle <dennis.jekubczyk@gmail.com>
2019-12-07 21:28:02 -03:00
Andrey Nering
7373639f57
Expose .TASK
variable with the task name
...
Closes #252
2019-12-07 19:43:10 -03:00
Andrey Nering
62752ba7e1
Merge branch 'master' into v3
2019-11-24 21:02:33 -03:00
Andrey Nering
fea23ed6d4
Add Changelog and Docs for --parallel
2019-11-15 23:31:18 -03:00
till.hoffmann
1ea49188c9
fixed grammar on styleguide
2019-11-13 12:34:13 +01:00
Alberto Iannaccone
263b094cab
fix typo in usage.md
2019-11-08 11:01:57 +01:00
Andrey Nering
5acdb041a9
Merge branch 'master' into v3
2019-11-02 22:16:44 -03:00
Andrey Nering
e1dcd0b441
Add a styleguide to documentation site
2019-10-27 17:28:12 -03:00
Andrey Nering
a152db7054
Docs: Mention GitHub Action by the Arduino team
2019-10-24 23:55:21 -03:00
Andrey Nering
b9e092674e
Docs: Advice using Go Modules instead of GOPATH
2019-10-24 23:46:29 -03:00
Andrey Nering
1a28e5e0d4
Few code improvements on #216
2019-09-14 17:54:41 -03:00
Andrey Nering
1a33f9168b
Merge branch 'report-timestamp-to-status' of https://github.com/CypherpunkArmory/task into CypherpunkArmory-report-timestamp-to-status
2019-09-01 21:44:23 -03:00
Andrey Nering
847651a90a
Improve note wording a bit
2019-08-25 18:15:26 -03:00
Stephen Prater
a1aec8178a
Export Time Struct to Template
2019-08-25 13:36:48 -07:00