aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien2013-06-30 23:18:28 +0200
committerPacien2013-06-30 23:18:28 +0200
commit537bf7546cd295fc7aa0cc9c622183a93ca1fcc2 (patch)
treeaade17c6be5d9d55ffa93d350d9a89c71a2e475f
parentc002ee50a9852fc52bae09f344031f28a7b9ef7f (diff)
downloadgo-fcmd-537bf7546cd295fc7aa0cc9c622183a93ca1fcc2.tar.gz
Update 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