diff options
author | David Barksdale <amatus@amatus.name> | 2015-07-18 20:28:46 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-07-18 20:28:46 -0500 |
commit | 688a411dcfb0a07e6f464b30ac6144a0c9602e31 (patch) | |
tree | 3002e14ee28998020ca3fcb6526add3515c50685 /README.md | |
parent | 88e5e2307a5bce44a19f452e4b93dc1656c8c874 (diff) |
Upgrade to Hoplon 6 and Boot 2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,6 +25,7 @@ Roadmap * The user can only select one file at a time. * No directory support. * Download. + * No URI support. * No directory support. * Needs indexedDB support to store the file piecewise instead of storing the entire thing in RAM. @@ -40,7 +41,7 @@ gnunet-web only works in Chromium or Google Chrome. ### Try gnunet-web pre-alpha ### 0. Execute `./build-gnunet.sh` -1. Execute `boot development` +1. Execute `boot dev` 2. Open http://localhost:8000/ Each GNUnet service is running in its own [Web Worker] thread. The APIs used by @@ -72,5 +73,5 @@ To debug a shared worker in chrome open chrome://inspect and click the [rfc3264]: http://www.ietf.org/rfc/rfc3264.txt [web worker]: http://www.w3.org/TR/workers/ [indexeddb]: http://www.w3.org/TR/IndexedDB/ - [boot]: https://github.com/tailrecursion/boot + [boot]: https://github.com/boot-clj/boot#install |