diff --git a/.gitignore b/.gitignore index 91caf620a..f1a481cb5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ bower_components *.map sslkeylogfile.log .tox/ +.python-version diff --git a/docs/install.rst b/docs/install.rst index c10c1e01d..bcf070234 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -140,7 +140,7 @@ If you would like to install mitmproxy directly from the master branch on GitHub or would like to get set up to contribute to the project, install the dependencies as you would for a regular installation from source. Then see the Hacking_ section of the README on GitHub. You can check your system information -by running: ``mitmproxy --sysinfo`` +by running: ``mitmproxy --version`` .. _Hacking: https://github.com/mitmproxy/mitmproxy/blob/master/README.rst#hacking diff --git a/issue_template.md b/issue_template.md index fe123d44c..5c5f95edd 100644 --- a/issue_template.md +++ b/issue_template.md @@ -13,7 +13,7 @@