projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3597001
)
README: indent usage examples
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 8 Sep 2015 11:17:54 +0000
(16:47 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@acano.com>
Wed, 9 Sep 2015 06:55:47 +0000
(12:25 +0530)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 927b9872c160ad6738c3076b04e64596b9c6b4b2..2e70b882ffae820ab8e5d15c989fccb6eb0a4038 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-35,13
+35,13
@@
shell which has all the package dependencies installed.
If you invoke functorrent without any options, it expects the contents of a torrent file
to be given in stdin. So
-$ cat ubuntu-14.10-desktop-amd64.iso.torrent | functorrent
-[....]
+
$ cat ubuntu-14.10-desktop-amd64.iso.torrent | functorrent
+
[....]
Or one can explicitly specify the torrent file as input.
-$ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
-[...]
+
$ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
+
[...]
## Goals