From ffa2f7df902312248085e453b698d915d239720e Mon Sep 17 00:00:00 2001 From: Madhur Tandon Date: Tue, 11 Dec 2018 19:58:21 +0530 Subject: [PATCH] Wrap to 80 characters per line --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ebb9326c..a9382e346 100644 --- a/README.md +++ b/README.md @@ -66,19 +66,23 @@ on your `PATH`. # Manual Testing -The port 8000 of the docker environment and the system are automatically binded when ``./run_docker`` is run. +The port 8000 of the docker environment and the host system are automatically +binded when ``./run_docker`` is run. -This can be used to test the ``pyodide`` builds running within the docker environment using external browser -programs of the system. +This can be used to test the ``pyodide`` builds running within the docker +environment using external browser programs on the host system. To do this, simply run ``./bin/pyodide serve`` This serves the ``build`` directory of the ``pyodide`` project on port 8000. -* To serve a different directory, use the ``--build_dir`` argument followed the path of the directory -* To serve on a different port, use the ``--port`` argument followed by the desired port number +* To serve a different directory, use the ``--build_dir`` argument followed by +the path of the directory +* To serve on a different port, use the ``--port`` argument followed by the +desired port number -Make sure that the port passed in ``--port`` argument is same as the one defined as ``DOCKER_PORT`` in the ``run_docker`` script. +Make sure that the port passed in ``--port`` argument is same as the one +defined as ``DOCKER_PORT`` in the ``run_docker`` script. # Benchmarking