aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 17:09:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 17:09:24 -0400
commit8dce56295bb4b67eb02ab0d3fb8945be44c25573 (patch)
treefe32dacdfc519d52df2a843fc302af5adf8cbe1c
parent14f7bfc51826871f67f2e38112223067ef11a29a (diff)
cleanup
-rw-r--r--doc/devblog/day_262__ipfs.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devblog/day_262__ipfs.mdwn b/doc/devblog/day_262__ipfs.mdwn
index 1ad01b3c0..9ae79c8c7 100644
--- a/doc/devblog/day_262__ipfs.mdwn
+++ b/doc/devblog/day_262__ipfs.mdwn
@@ -5,11 +5,11 @@ As a first step toward using it with git-annex, I built an experimental
[[ipfs_special_remote|special_remotes/ipfs]]. It has some nice abilities;
any ipfs address can be downloaded to a file in the repository:
- > git annex addurl ipfs:QmYgXEfjsLbPvVKrrD4Hf6QvXYRPRjH5XFGajDqtxBnD4W --file somefile
+ git annex addurl ipfs:QmYgXEfjsLbPvVKrrD4Hf6QvXYRPRjH5XFGajDqtxBnD4W --file somefile
And, any file in the git-annex repository can be published to the world
via ipfs, by simply using `git annex copy --to ipfs`. The ipfs address
-is for the file is then visible in `git annex whereis`.
+for the file is then visible in `git annex whereis`.
Had to extend the external special remote protocol slightly for that, so
that ipfs addresses can be recorded as uris in git-annex, and will show up