diff options
author | David Barksdale <amatus@amatus.name> | 2014-02-02 22:44:49 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-02-03 00:02:41 -0600 |
commit | 963c9eb00c122fa71c337b1ad0592c9157b30426 (patch) | |
tree | 866cae27a6a492a9412cba8bfe06ca62667e3593 /README.md | |
parent | 67989ac94f6e47dcf2a7d3817577a774088ef0d5 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -34,14 +34,13 @@ What You Can Do Now 9. Alice and Bob can send messages with the input box at the bottom of the page. ### Compile GNUnet with emscripten ### -0. Install [emscripten] and add it to your `PATH`. -1. Execute `./build-gnunet.sh` -2. Execute `lein run` -3. Open http://localhost:3000/gnunet.html +0. Execute `./build-gnunet.sh` +1. Execute `lein run` +2. Open http://localhost:3000/gnunet.html We're a long way from running GNUnet in the browser. Currently we have the -transport service linked into a javascript file which is loaded into a -shared worker. +transport and ats services running as shared workers and the peerinfo service +provided by the browser window thread. To debug a shared worker in chrome open chrome://inspect and click the "inspect" link next to the http://localhost:3000/js/gnunet-service-transport.js |