From 5bce6028080bc7c1da5fb0ddfa9be9e5ff7f9b4b Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Tue, 15 Dec 2015 17:23:39 +0100 Subject: [PATCH] updated links to app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7dbf59..c767dc5 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ Also keep in mind that due to issues with the current implementation of IPNS in go-ipfs, real world usage of the prototype is very limited. This will all be sorted out as soon as go-ipfs' next version, 0.4, is out. -You can take a look at the prototype [here](http://ipfs.io/ipfs/QmbkSd1RBsEtTLKTru3eRBsGaVKPpkmyA3SXXVZUNzmdQY) +You can take a look at the prototype [here](http://ipfs.io/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7) but you won't be able to actually use it. If you want to really use the prototype, you can quickly set up your machine like this: 1. get `go-ipfs` installed on your OSX or GNU/Linux system 1. run this in a terminal `API_ORIGIN="localhost:8080" ipfs daemon` -1. open [this](http://localhost:8080/ipfs/QmbkSd1RBsEtTLKTru3eRBsGaVKPpkmyA3SXXVZUNzmdQY) in your browser +1. open [this](http://localhost:8080/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7) in your browser 1. You're all set! __Note:__ a javascript implementation of IPFS is in progress. As soon as it's done, you will not need