1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Documentation improvements

This commit is contained in:
Andrey Nering
2018-09-23 15:06:43 -03:00
parent 9ee224c36b
commit 4aa1e8b093
7 changed files with 34 additions and 62 deletions

View File

@@ -3,7 +3,7 @@
# 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].
---