diff --git a/docs/docs/community.md b/docs/docs/community.md index 5013a691..445923cd 100644 --- a/docs/docs/community.md +++ b/docs/docs/community.md @@ -49,6 +49,8 @@ Some installation methods are maintained by third party: - [AUR](https://aur.archlinux.org/packages/taskfile-git) by [@kovetskiy](https://github.com/kovetskiy) - [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json) +- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/) +- [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/go-task/default.nix) ## More diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 877e6c30..6e51e5cf 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -38,12 +38,12 @@ guide to check the full schema documentation and Task features. ## Features - [Easy installation](installation.md): just download a single binary, add to - $PATH and you're done! Or you can also install using [Homebrew][homebrew], - [Snapcraft][snapcraft], or [Scoop][scoop] if you want; + `$PATH` and you're done! Or you can also install using [Homebrew][homebrew], + [Snapcraft][snapcraft], or [Scoop][scoop] if you want. - Available on CIs: by adding [this simple command](installation.md#install-script) to install on your CI script and you're done to use Task as part of your CI pipeline; - Truly cross-platform: while most build tools only work well on Linux or macOS, - Task also supports Windows thanks to [this shell interpreter for Go][sh]; + Task also supports Windows thanks to [this shell interpreter for Go][sh]. - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work) if a given set of files haven't changed since last run (based either on its timestamp or content).