Remove mentions of snowflake.html

It was removed in e60f228 and aa27c05
This commit is contained in:
Arlo Breault 2019-07-31 18:14:00 -04:00
parent b324d9d42f
commit e6f7633961
2 changed files with 2 additions and 5 deletions

View file

@ -96,7 +96,7 @@ cd build/
python -m http.server python -m http.server
``` ```
Then, open a browser tab to `http://127.0.0.1:8000/snowflake.html` to view Then, open a browser tab to `http://127.0.0.1:8000/embed.html` to view
the debug-console of the snowflake., the debug-console of the snowflake.,
So long as that tab is open, you are an ephemeral Tor bridge. So long as that tab is open, you are an ephemeral Tor bridge.

View file

@ -21,10 +21,7 @@ npm install
npm test npm test
``` ```
To run locally, either: To run locally, start an http server in `build/` and navigate to `/embed.html`.
- Navigate to `proxy/build/embed.html`
- For a more fully featured "debug" version,
start a webserver and navigate to `snowflake.html`.
### Preparing to deploy ### Preparing to deploy