diff options
author | 2019-08-05 13:49:38 -0700 | |
---|---|---|
committer | 2019-08-05 13:49:38 -0700 | |
commit | 9383ee77b244bf07626c3331e226618d0909fb92 (patch) | |
tree | 6240f4b9eb534ee86c38b757a3991d5892ff9f93 /README.md | |
parent | Make Pipenv scripts compatible with Windows (diff) |
Increase size of some headings in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,7 +124,7 @@ The HTML will output to `./htmlcov/` by default This script starts an `ash` shell inside the venv Docker container and attaches to it. Unlike the production image, the venv image that is built by this script contains dev dependencies too. The project directory is mounted inside the container so any filesystem changes made inside the container affect the actual local project. -##### Usage +#### Usage ``` pipenv run devsh [--build [--clean]] [ash_args ...] @@ -134,7 +134,7 @@ pipenv run devsh [--build [--clean]] [ash_args ...] * `--clean` Clean up dangling Docker images (only works if `--build` precedes it) * `ash_args` Arguments to pass to `/bin/ash` (for example `-c "echo hello"`). An interactive shell is launched if no arguments are given -##### Invoking NsJail +#### Invoking NsJail A shell alias named `nsjpy` is included and is basically `nsjail python -c <args>` but NsJail is configured as it would be if snekbox invoked it (such as the time and memory limits). It provides an easy way to run Python code inside NsJail without the need to run snekbox with its webserver and send HTTP requests. Example usage: |