aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8206815..3bbf757 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,16 @@ fcmd
2==== 2====
3 3
4Common file manipulation commands for Go. 4Common file manipulation commands for Go.
5
6Install
7-------
8
9 go get -u github.com/Pacien/fcmd
10
11Use
12---
13
14 import "github.com/Pacien/fcmd"
15
16
17Documentation available at http://godoc.org/github.com/Pacien/fcmd