diff options
author | Pacien | 2013-06-30 23:18:28 +0200 |
---|---|---|
committer | Pacien | 2013-06-30 23:18:28 +0200 |
commit | 537bf7546cd295fc7aa0cc9c622183a93ca1fcc2 (patch) | |
tree | aade17c6be5d9d55ffa93d350d9a89c71a2e475f | |
parent | c002ee50a9852fc52bae09f344031f28a7b9ef7f (diff) | |
download | go-fcmd-537bf7546cd295fc7aa0cc9c622183a93ca1fcc2.tar.gz |
Update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,3 +2,16 @@ fcmd | |||
2 | ==== | 2 | ==== |
3 | 3 | ||
4 | Common file manipulation commands for Go. | 4 | Common file manipulation commands for Go. |
5 | |||
6 | Install | ||
7 | ------- | ||
8 | |||
9 | go get -u github.com/Pacien/fcmd | ||
10 | |||
11 | Use | ||
12 | --- | ||
13 | |||
14 | import "github.com/Pacien/fcmd" | ||
15 | |||
16 | |||
17 | Documentation available at http://godoc.org/github.com/Pacien/fcmd | ||