mirror of
https://github.com/go-task/task.git
synced 2026-06-27 14:44:19 +00:00
Documentation improvements
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Task - A task runner / simpler Make alternative written in Go
|
||||
# Task
|
||||
|
||||
A task runner / simpler Make alternative written in Go
|
||||
|
||||
Task is a simple tool that allows you to easily run development and build
|
||||
tasks. Task is written in Golang, but can be used to develop any language.
|
||||
tasks. Task is written in Go, but can be used to develop any language.
|
||||
It aims to be simpler and easier to use then [GNU Make][make].
|
||||
|
||||
---
|
||||
|
||||
See [Installation](INSTALLATION) and [Getting Started](USAGE#getting-started).
|
||||
|
||||
[make]: https://www.gnu.org/software/make/
|
||||
|
||||
Reference in New Issue
Block a user