- Hook up latch server for faster editing.

- Declare charset to remove browser warning.
- Tweak text.
This commit is contained in:
Andy Chu 2014-10-29 15:44:31 -07:00
Родитель 878fc14cac
Коммит 45319045d9
2 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -30,18 +30,19 @@ run-markdown() {
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
code { color: green }
</style>
<!-- INSERT LATCH JS -->
</head>
<body style="margin: 0 auto; width: 40em; text-align: left;">
<p>
<!-- INSERT LATCH HTML -->
EOF
markdown "$@"
cat <<EOF
</p>
</body>
</html>
EOF

Просмотреть файл

@ -10,15 +10,12 @@ Start with this command:
$ ./demo.sh run
It currently takes 45 seconds or so to run.
It takes a minute or so to run. The dependencies listed in the
[README](../README.html) must be installed.
As described in the [README](../README.html), this command generates simulated
input data with different distributions, runs it through RAPPOR, then analyzes
and plots the output.
This command generates simulated input data with different distributions, runs
it through RAPPOR, then analyzes and plots the output.
(The dependencies listed in the README must be installed.)
The command is composed of serveral part.
1. Generating Simulated Input Data
----------------------------------